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.

Symfony 5.3.8 released

Symfony 5.3.8 has just been released. Here is a list of the most
important changes:





Symfony 4.4.31 released

Symfony 4.4.31 has just been released. Here is a list of the most
important changes:





Symfony Sponsoring Program

The Symfony Open Source project is supported by a company called Symfony SAS.
This company sponsors the project by paying for contributions from Nicolas Grekas,
Fabien Potencier and Javier Eguiluz.





A Week of Symfony #769 (20-26 September 2021)

This week, Symfony announced that Flex is going serverless. This will simplify our operations and will allow you to host custom recipes in your own repositories and to add features on top of the public Flex API.





Symfony Flex is Going Serverless

Symfony Flex was introduced in 2017 as one of the key parts of the
reimagined Symfony experience for the Symfony 4 launch. Symfony Flex is a
tool (technically, a Composer plugin) that simplifies the installation/removal
of packages in Symfony applications.





A Week of Symfony #768 (13-19 September 2021)

This week, Symfony continued preparing the upgrade to a fully-typed codebase, including the release of a command utility to patch type declarations in your own code and a blog post explaining how to prepare your apps and bundles for Symfony 6. Finally, the Call for Papers for the upcoming SymfonyWorld 2021 conference will close next week.





Preparing Your Apps and Bundles for Symfony 6

According to Symfony Release Process, every two years Symfony releases the
last version of a branch (X.4) and the first version of the next branch
(Y.0) at the same time.





A Week of Symfony #767 (6-12 September 2021)

This week, the upcoming Symfony 5.4 version optimized PHP preloading, improved the Web Debug Toolbar to show roles of the logged-in user, added support for resetting container services between two AMQP messages to avoid memory leaks and





A Week of Symfony #766 (30 August - 5 September 2021)

This week, Symfony 4.4.30 and 5.3.7 maintenance versions were released. Meanwhile, Symfony continued fixing minor issues related to the upcoming PHP 8.1 version. Finally, the upcoming Symfony 5.4 version added a feature to allow autoconfigurable attributes on methods, properties and parameters.