Feed items

  • warning: Declaration of views_handler_argument::init(&$view, &$options) should be compatible with views_handler::init(&$view, $options) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_argument.inc on line 48.
  • warning: Declaration of views_handler_filter_boolean_operator::value_validate(&$form, &$form_state) should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 111.
  • warning: Declaration of views_plugin_row_node_view::options_form(&$form, &$form_state) should be compatible with views_plugin_row::options_form($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/modules/node/views_plugin_row_node_view.inc on line 35.

A Week of Symfony #791 (21-27 February 2022)

This week, Symfony announced that Symfony 6.1 will require PHP 8.1. This is needed to fix some issues related to PHP preloading. We also decided to extend Symfony 6.0 maintenance by an additional 6 months to give you more time to prepare the migration to PHP 8.1. Finally, Symfony announced the last talks and speakers for the SymfonyLive Paris 2022 conference.





Symfony 6.1 will require PHP 8.1

Historically, we've always tried to keep the minimum PHP version for a new major Symfony version (X.0) for all its minor versions (X.Y).





Last talks and speakers announced for SymfonyLive Paris 2022

SymfonyLive Paris, the French Symfony conference welcomes the last conference speakers and their talks. Keynotes will be soon announced. Check out the conference schedule.





All the pre-conference workshops at SymfonyLive Paris 2022 are announced

Le SymfonyLive Paris 2022 est un événement de 4 jours destiné à la communauté francophone de Symfony. Nous avons le plaisir de vous retrouver cette année :





The Symfony Fast Track book now available for Symfony 5.4 and 6.0

I'm very happy to announce that the Symfony book, "The Fast Track", is now available for Symfony 5.4 and Symfony 6.0.
What's new? Besides updating the code to work with Symfony 5.4 and 6.0, many changes have been made:





Discover more talks and speakers selected for SymfonyLive Paris 2022

Discover more talks and speakers selected for SymfonyLive Paris 2022, the Symfony conference organized in French on April 7-8 2022.





Introducing the Twig 3 Certification

Twig is the fast, flexible, and secure template language for PHP. Twig syntax
has been designed to be concise and easy to learn. This allows Twig to be used
by all kinds of professionals, including designers, to build web sites.





A Week of Symfony #789 (7-13 February 2022)

This week, the upcoming Symfony 6.1 version deprecated the $defaultName property in Console commands and added a new cache:pool:invalidate-tags command to ease the management of cache pools. Meanwhile, we discussed about bumping PHP to 8.1 in Symfony 6.1.