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.

The Symfony Fast Track book updated for Symfony 6.4

A few weeks ago, I've quietly released an updated version of the Symfony book, "The Fast Track" for Symfony 6.4.





Symfony 7.1.0 released

Symfony 7.1.0 has just been released.
Check the Living on the Edge
category on this blog to learn about the main features of this new stable release;
or check the release announcement of BETA1
to get the list of all new features.





A Week of Symfony #908 (20-26 May 2024)

This week, we continued polishing Symfony 7.1 features and fixing some of its deprecations to prepare for its stable release next week. Meanwhile, we introduced a Symfony Jobs section so you can find a great job or post your own job to hire talent from the community. Lastly, we updated the code repository to create the branch for Symfony 7.2, which will be released at the end of November 2024.





Introducing Symfony Jobs

Symfony Jobs, the official Symfony job board, is now available. This is
the new go-to place for Symfony-related employment opportunities: find great
jobs
related to Symfony or add a job posting to discover the best talent
from the community.





New in Symfony 7.1: POSIX Signals Improvements

Signals are standardized messages sent to a running program to trigger specific
behaviors, such as quitting or handling errors. POSIX signals are a standardized
list of signals used in operating systems like Linux and macOS. In Symfony 7.1
we've made some improvements related to signals.





New in Symfony 7.1: Commands Improvements

Symfony includes many commands to perform common operations in your applications.
In Symfony 7.1, we are improving some commands with new options and features.





A Week of Symfony #907 (13-19 May 2024)

This week, the first release candidate version of Symfony 7.1 was published so you can test it in your own projects before the stable release in two weeks. Meanwhile, we continued publishing more talks and information about the upcoming SymfonyOnline June 2024 conference.

Symfony development highlights

5.4 changelog: