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.0 Beta 3 now available for testing

The PHP team is pleased to announce the release of PHP 8.4.0, Beta 3.
This is the first beta release, continuing 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, Beta 3 please visit the
download page.





[news] Yii Hydrator 1.3

Version 1.3 of Yii Hydrator package has been released. Here are the list of improvements included in the new version:





A Week of Symfony #919 (5-11 August 2024)

This week, the upcoming Symfony 7.2 version improved the hashing of assets in AssetMapper and added support for the RFC4122 format in the Ulid constraint. In addition, Symfony proposed some changes in config resources tracking.





Getting Started with Meteor 3: First Steps to Building Your React App

Meteor.js 3 is officially here!Meteor simplifies the development of multiplatform applications by offering a stack focused on speeding up delivery. It integrates with the modern JavaScript ecosystem and provides a robust tool for implementing real-time capabilities in your app.





[news] Yii Network Utilities 1.1

Version 1.1 of Yii Network Utilities package is released. There are some improvements:

  • added IpRanges that represents a set of IP ranges that are either allowed or forbidden;
  • fixed error while converting IP address to bits representation in PHP 8.0+.




A Week of Symfony #918 (29 July - 4 August 2024)

This week, Symfony development activity was calmer than usual because of the summer holidays. In addition to some fixes and tweaks in existing features, the community proposed new features for upcoming Symfony versions such as a Week number constraint and improvements in AssetMapper code, and in the HtmlDumper links.