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

The PHP development team announces the immediate availability of PHP 8.3.15. 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.15 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.27 Released!

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





Preserving Collection Keys in Laravel API Resources

When building APIs, Laravel reindexes resource collections numerically by default. For cases where original keys carry meaning, preserveKeys property maintains the intended data structure.





W3C Invites Implementations of WebGPU

The GPU for the Web Working Group invites implementations of the first Candidate Recommendation Snapshots for the following documents:





New in Twig 3.15 (part 2)

In the first part of this blog post we introduced exciting new Twig features
like inline comments, PHP enums support, improved operator precedence, the guard
tag, and enhanced deprecation handling. This second part highlights other nice
recent additions to Twig.





First Public Working Draft: CSS Display Module Level 4

The CSS Working Group has published the First Public Working Draft of CSS Display Module Level 4. This module describes how the CSS formatting box tree is generated from the document element tree and defines the display property that controls it.





First Public Working Draft: CSS Multi-column Layout Module Level 2

The CSS Working Group has published the First Public Working Draft of CSS Multi-column Layout Module Level 2. This specification describes multi-column layouts in CSS, a style sheet language for the web. Using functionality described in the specification, content can be flowed into multiple columns with a gap and a rule between them.





Five Candidate Recommendation Snapshots Published by the Verifiable Credentials Working Group

The Verifiable Credentials Working Group invites implementations of the second Candidate Recommendation Snapshots for the following documents:





Set Data on a Fluent Instance in Laravel 11.36

This week, the Laravel team released v11.36, which includes a chainable Fluent::set() method, a default global alias for the new Uri class, and more.