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.

New in Symfony 7.2: String Component Improvements

The String component provides an object-oriented API to strings and deals with
bytes, UTF-8 code points, and grapheme clusters in a unified way. In Symfony 7.2
we've improved it with new features.





A Week of Symfony #929 (14-20 October 2024)

This week, Symfony development activity focused on various bug fixes across all supported branches. Meanwhile, we published more blog posts about the new Symfony 7.2 features. Lastly, we shared more details about some of the talks from the SymfonyCon Vienna 2024 conference.





New in Symfony 7.2: Expression Language Improvements

The ExpressionLanguage component provides an engine that can compile and
evaluate expressions. The main purpose of the component is to allow users to use
expressions inside configuration for more complex logic. In Symfony 7.2, we've
improved it with new features.





New in Symfony CLI: Command auto-completion

As developers, we spend a lot of time in the terminal running dozens of
commands. Some commands can be long to type or tricky and be similar to other
tools but not exactly the same! That is why a lot of us loves autocompletion.
The good news is that starting with Symfony CLI v5.10, the Symfony CLI provides
an auto-completion for Bash, ZSH, and Fish shells.