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.

Nginx Configuration for old Forge servers

Caleb Porzio recently tweeted, asking for assistance in mitigating an attack he was seeing on the Laravel Livewire documentation site. You can find that tweet here.





PHP 8.1.25 Released!

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

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

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





The history of Laravel's dd function

Nuno Maduro has a new video showing the history of Laravel's dd helper.





PHP 8.2.12 Released!

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

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

For source downloads of PHP 8.2.12 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.0 RC 5 available for testing

The PHP team is pleased to announce the release of PHP 8.3.0, RC 5.
This is the fifth release candidate, continuing the PHP 8.3 release cycle,
the rough outline of which is specified in the
PHP Wiki.

For source downloads of PHP 8.3.0, RC 5 please visit the
download page.





How to Convert HTML to Plain Text in PHP

The Hypertext PHP package converts HTML to pure text and beautifully handles various and malformed HTML. It works by taking an HTML string as input and removing all the markup, leaving the plain text: