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.3: Dependency Injection Improvements

Symfony 7.3 introduces several enhancements to the DependencyInjection component
that simplify service configuration, make autoconfiguration more flexible, and
enable environment-specific aliasing.





New in Symfony 7.3: Security Improvements

Symfony security includes several significant improvements and new features
in Symfony 7.3.





A Week of Symfony #958 (May 5–11, 2025)

This week, we published the second beta of Symfony 7.3, ahead of its final release later in May 2025. Meanwhile, we continued sharing posts about the new features of Symfony 7.3 and the upcoming SymfonyOnline June 2025.





Symfony 7.3.0-BETA2 released

Symfony 7.3.0-BETA2 has just been released.
This is a pre-release version of Symfony 7.3. If you want to test it
in your own applications before its final release, run the following commands:





New in Symfony 7.3: Mailer Security Improvements

The Symfony Mailer component provides many security-related features like
signing and encrypting email messages. In Symfony 7.3 we're pushing those
features even further to give you greater control and stronger protection
when sending email messages.





New in Symfony 7.3: New and Improved Console Helpers

Symfony 7.3 introduces powerful improvements to the Console component, beyond
the much-anticipated invokable commands and input attributes. This version also
brings new helpers and features designed to make console applications more capable.