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.

CascadiaPHP 2024

Join us in Portland, Oregon fon Thursday-Saturday, October 24-26 in Portland, Oregon for the third (and first since 2019) edition of CascadiaPHP! We're excited to bring back a PHP conference run by and for the community to the Pacific Northwest. As with previous years, Portland State University's campus will be our venue.
Attend for one, two, or three days, with a mix of talks and tutorials each day. Purchase a ticket before speakers are announced to get an extra discount.





[news] Yii 2.0.51

We are pleased to announce the release of Yii Framework version 2.0.51.
Please refer to the instructions at https://www.yiiframework.com/download/ to install or upgrade to this version.
This release fixes regressions in 2.0.50, compatibility of error handler with PHP 8.3 and a number of bugs.
Thanks to all Yii community members who contribute to the framework, translators who keep documentation translations up to date and community members who answer questions at forums.





PHP 8.4.0 Alpha 2 available for testing

The PHP team is pleased to announce the second testing release of PHP 8.4.0, Alpha 2. This continues the PHP 8.4 release cycle, the rough outline of which is specified in the PHP Wiki.

For source downloads of PHP 8.4.0 Alpha 2 please visit the download page.

Please carefully test this version and report any issues found in the bug reporting system.





Draft Note: Collaboration Tools Accessibility User Requirements

The Accessible Platform Architectures (APA) Research Questions Task Force (RQTF) welcomes feedback on the updated Draft W3C Group Note Collaboration Tools Accessibility User Requirements. The document covers accessibility user needs, requirements, and scenarios for collaborative content creation and development tools.





Drafts and Notes: Update of the Media Source Extensions™ (MSE) and Encrypted Media Extensions (EME) families of specifications

The Media Working Group has published the following 14 updates of the Media Source Extensions™ (MSE) and Encrypted Media Extensions (EME) families of specifications. Unless otherwise noted, the updates are maintenance releases of specifications previously published by the now closed HTML Media Extensions Working Group:





A guide to Laravel's model events

Model events are a really handy feature in Laravel that can help you to automatically run logic when certain actions are performed on your Eloquent models. But they can sometimes lead to weird side effects if they're not used correctly.