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.

WP Briefing: Episode 15: A Very WordPress Blooper

Ever wonder what it’s like behind the scenes of WP Briefing? Listen in on this episode for a little levity and Josepha’s bloopers.

Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.





A Week of Symfony #764 (16-22 August 2021)

This week, Symfony announced the end of the Swiftmailer project in favor of the Symfony Mailer project. Meanwhile, the bundles doc section introduced a redesign that will be used in the future in the entire Symfony docs section.





PHP 8.1.0 Beta 3 available for testing

The PHP team is pleased to announce the release of PHP 8.1.0, Beta 3.
This is the third beta release, continuing the PHP 8.1 release cycle,
the rough outline of which is specified in the
PHP Wiki.

For source downloads of PHP 8.1.0, Beta 3 please visit the
download page.





The end of Swiftmailer

The Symfony Mailer component was released for the first time in Symfony 4.3, released in May 2019. Since then,
we have worked on improving it by adding more third-party providers and adding some missing features that were already available
in Swiftmailer, like DKIM support and email signing.
As of Symfony 5.3, all Swiftmailer great features and more are available in Symfony Mailer.





[news] Mutex and adapters 1.0.0

Fisrt version of mutex package was released. This package provides mutex implementation and allows mutual execution of concurrent processes in order to prevent "race conditions". This is achieved by using a "lock" mechanism. Each possibly concurrent processes cooperates by acquiring a lock before accessing the corresponding data.
There are multiple ways you can use the package. You can execute a callback in a synchronized mode i.e. only a
single instance of the callback is executed at the same time:





Conditional Validation Rule Support Added in Laravel 8.55


The Laravel team released 8.55 with conditional validation rule support, trashed routes to include soft-deleted records and the latest changes in the 8.x branch.
The post Conditional Validation Rule Support Added in Laravel 8.55 appeared first on Laravel News.





Laravel Forge CLI


Laravel Forge launched their first official command-line tool that gives you a nice set of commands to manage your Forge servers, sites, and more.
The post Laravel Forge CLI appeared first on Laravel News.