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 8.3.22 Released!

The PHP development team announces the immediate availability of PHP 8.3.22. This is a bug fix release.

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

For source downloads of PHP 8.3.22 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.





PHP 8.4.8 Released!

The PHP development team announces the immediate availability of PHP 8.4.8. This is a bug fix release.

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

For source downloads of PHP 8.4.8 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.





Clean Up Your Code with the whenHas Method

Feeling overwhelmed by the clutter of managing optional form fields? The 'When Has' method is your solution. It streamlines your code, letting you easily check and update fields like email frequency without the mess.





[news] Yii HTTP Middleware 1.0

First stable version of Yii HTTP Middleware was released.
The package provides a collection of PSR-15 middleware focused on HTTP features:





Laravel OpenRouter


The OpenRouter package for Laravel helps you integrate OpenRouter into your Laravel applications. OpenRouter is a unified interface for Large Language Models (LLMs) that allows you to interact with various AI models through a single API.





Cast Model Properties to a Uri Instance in 12.17


The Laravel team released v12.16.0, with an "AsUri" model cast, contextual service container binding using PHP 8 attributes, and more.





W3C Advisory Committee Elects Advisory Board

The W3C Advisory Committee has elected the following people to fill seven seats on the W3C Advisory Board (AB), starting 1 July 2025: Daniel Appelquist, Theresa O'Connor, Hiroshi Ota, Avneesh Sing





Prism Relay


A seamless integration between Prism and Model Context Protocol (MCP) servers that empowers your AI applications with powerful, external tool capabilities.





[news] Yii Caching Library 3.1

Version 3.1 of Yii Caching Library is released.

  • Added interface SerializerInterface for data serialization, and PhpSerializer implementation.
  • Made normalize() method static in CacheKeyNormalizer class.
  • Changed PHP constraint in composer.json to 8.1 - 8.4.
  • Raised the minimum PHP version to 8.1 and minor refactoring.
  • Explicitly marked parameters as nullable.