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.

PHP 7.3.29 Released!

The PHP development team announces the immediate availability of PHP 7.3.29. This is a security release.

All PHP 7.3 users are encouraged to upgrade to this version.

For source downloads of PHP 7.3.29 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.





Logging Context Enhancements in Laravel 8.49


The Laravel team released 8.49 with a logging context method that adds the same contextual information to subsequent logs during a request.
The post Logging Context Enhancements in Laravel 8.49 appeared first on Laravel News.





Symfony 5.3.3 released

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





Symfony 5.2.11 released

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





Symfony 4.4.26 released

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





Laravel Examples


Laravel Examples is a catalog of code examples, structured by topic and by the project.
The post Laravel Examples appeared first on Laravel News.





A Week of Symfony #756 (21-27 June 2021)

This week, Symfony development activity focused on fixing bugs across its entire codebase. Meanwhile, the ephemeral Symfony online store announced that it will close at the end of the month. Don't miss this last opportunity to get your official Symfony swag!





WordPress 5.8 Beta 4

WordPress 5.8 Beta 4 is now available for testing!

This software is still in development, so it is not recommended to run this version on a production site. Consider setting up a test site to play with it.

You can test the WordPress 5.8 Beta 4 in three ways:





Validate Allowed Email Domains in Laravel


The Email Domain Rule package for Laravel can define a subset of allowed email domains you can use within a validator.
The post Validate Allowed Email Domains in Laravel appeared first on Laravel News.