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.4.1 Released!

The PHP development team announces the immediate availability of PHP 8.4.1. This release marks the latest minor release of the PHP language.
PHP 8.4 comes with numerous improvements and new features such as:





PHP 8.1.31 Released!

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

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

For source downloads of PHP 8.1.31 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.3.14 Released!

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

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

For source downloads of PHP 8.3.14 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.2.26 Released!

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

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

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





Node v23.3.0 (Current)

Making Node.js Downloads Reliable





Node v20.18.1 (LTS)

Making Node.js Downloads Reliable





New in Symfony 7.2: Deprecations

A new Symfony minor version release is a good opportunity to deprecate some
features in preparation for their removal in the next major version. In Symfony 7.2,
we've deprecated the following features that will be removed in Symfony 8.0.





[news] Yii Requirements Checker 1.1

Version 1.1 of Yii Requirements Checker package is released.

  • Added RequirementsChecker::checkMaxExecutionTime() that check on current server's php.ini's 'max_execution_time' requiring it to exceed the time specified / tested application's comfortable installation time.
  • Improved requirements array validation.
  • Improved result appearance.