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.

People of WordPress: Tonya Mork

In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature a website developer and engineer from the US, who found the software and its community provide the impetus to keep her going forward.





Symfony 6.0.5 released

Symfony 6.0.5 has just been released.
Here is the list of the most important changes since 6.0.4:





Symfony 5.4.5 released

Symfony 5.4.5 has just been released.
Here is the list of the most important changes since 5.4.4:





Symfony 4.4.38 released

Symfony 4.4.38 has just been released.
Here is the list of the most important changes since 4.4.37:





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.





Why you should never trust your users


As a developer, we absolutely cannot trust our users. Ever! In this tutorial learn tips and tricks to keep your application safe.
The post Why you should never trust your users appeared first on Laravel News.





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).





Enum Helpers for PHP


The archtechx/enums package aims to make working with enums more lovable.
The post Enum Helpers for PHP appeared first on Laravel News.