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 RC3 available for testing

The PHP team is pleased to announce the release of PHP 8.4.0, RC3.
This is the third release candidate, 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, RC3 please visit the
download page.





PHP 8.2.25 Released!

The PHP development team announces the immediate availability of PHP 8.2.25. This is a bug fix release.
All PHP 8.2 users are encouraged to upgrade to this version.





PHP 8.3.13 Released!

The PHP development team announces the immediate availability of PHP 8.3.13. 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.13 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.





New in Symfony 7.2: Compound Constraint Improvements

The Compound constraint allows you to group other constraints into a single
reusable constraint to apply the same validation in different parts of your application.
For example, you can validate your password policy by checking all conditions with
a set of constraints like this:





Blasp is a Profanity Filter Package for Laravel

Blasp is a Laravel profanity filter package that helps detect and mask profane words. It provides profanity detection, substitution options, obfuscation, and more.





WordPress Community Creates 1,000 Block Themes in 1,000 Days

https://i0.wp.com/wordpress.org/news/files/2024/10/blockthemes-featured-... 300w





New in Symfony 7.2: String Component Improvements

The String component provides an object-oriented API to strings and deals with
bytes, UTF-8 code points, and grapheme clusters in a unified way. In Symfony 7.2
we've improved it with new features.