#advanced #symfony #library 
Интеграция RoadRunner с Symfony через новый Runtime компонент.
https://github.com/php-runtime/roadrunner-symfony-nyholm
  
  Интеграция RoadRunner с Symfony через новый Runtime компонент.
https://github.com/php-runtime/roadrunner-symfony-nyholm
Symfony
  
  The Runtime Component (Symfony Docs)
  The Runtime Component decouples the bootstrapping logic from any global state to make sure the application can run with runtimes like PHP-PM, ReactPHP, Swoole, FrankenPHP etc. without any changes.   I…
  #advanced #symfony 
Symfony уже умеет автовайрить типы-пересечения.
https://github.com/symfony/symfony/pull/43479
  
  Symfony уже умеет автовайрить типы-пересечения.
https://github.com/symfony/symfony/pull/43479
GitHub
  
  [DependencyInjection] autowire union and intersection types by nicolas-grekas · Pull Request #43479 · symfony/symfony
  Q
A
Branch?
5.4
Bug fix?
no
New feature?
yes
Deprecations?
no
Tickets
#43325
License
MIT
Doc PR
-
This PR allows autowiring an argument of type NormalizerInterface&Denorm...
  A
Branch?
5.4
Bug fix?
no
New feature?
yes
Deprecations?
no
Tickets
#43325
License
MIT
Doc PR
-
This PR allows autowiring an argument of type NormalizerInterface&Denorm...
#advanced #symfony 
В компонент symfony/process добавили поддержку файберов.
https://github.com/symfony/symfony/pull/43678
  
  В компонент symfony/process добавили поддержку файберов.
https://github.com/symfony/symfony/pull/43678
GitHub
  
  [Process] Add support for Fiber by lyrixx · Pull Request #43678 · symfony/symfony
  Q
A
Branch?
5.4
Bug fix?
no
New feature?
yes
Deprecations?
no
Tickets
License
MIT
Doc PR
Example:
(Note: The loop is very naive, but it's for demo purpose)
<?ph...
  A
Branch?
5.4
Bug fix?
no
New feature?
yes
Deprecations?
no
Tickets
License
MIT
Doc PR
Example:
(Note: The loop is very naive, but it's for demo purpose)
<?ph...
#advanced #symfony 
Как в Symfony 5.4 были ускорены Вотеры.
https://symfony.com/blog/new-in-symfony-5-4-faster-security-voters
  
  Как в Symfony 5.4 были ускорены Вотеры.
https://symfony.com/blog/new-in-symfony-5-4-faster-security-voters
Symfony
  
  New in Symfony 5.4: Faster Security Voters (Symfony Blog)
  Symfony 5.4 introduces a new interface to make some parts of the security voters cacheable to improve your application performance.
  #advanced #symfony 
Symfony теперь поддерживает вложенную валидацию в виде атрибутов.
https://symfony.com/blog/new-in-symfony-5-4-nested-validation-attributes
  
  Symfony теперь поддерживает вложенную валидацию в виде атрибутов.
https://symfony.com/blog/new-in-symfony-5-4-nested-validation-attributes
Symfony
  
  New in Symfony 5.4: Nested Validation Attributes (Symfony Blog)
  Symfony 5.4 will support PHP 8.1 nested attributes in all its validation constraints.
  #advanced #symfony 
Небольшие, но важные изменения в контроллерах Symfony версии 5.4.
https://symfony.com/blog/new-in-symfony-5-4-controller-changes
  
  Небольшие, но важные изменения в контроллерах Symfony версии 5.4.
https://symfony.com/blog/new-in-symfony-5-4-controller-changes
Symfony
  
  New in Symfony 5.4: Controller Changes (Symfony Blog)
  In Symfony 5.4 we're deprecating some controller shortcuts to encourage other better practices.
  #advanced #symfony 
Symfony добавили поддержку перечислений из php 8.1.
https://symfony.com/blog/new-in-symfony-5-4-php-enumerations-support
  
  Symfony добавили поддержку перечислений из php 8.1.
https://symfony.com/blog/new-in-symfony-5-4-php-enumerations-support
Symfony
  
  New in Symfony 5.4: PHP Enumerations Support (Symfony Blog)
  Symfony 5.4 will support PHP 8.1 Enumerations in Form, Serializer, Dependency Injection and VarExporter components.