PHP array_str_contains() RFC Proposes Substring Filtering
PHP's array_str_contains() RFC would replace a substring-filtering callback with one function call. See the before-and-after code and its PHP 8.7 status.
PHP's array_str_contains() RFC would replace a substring-filtering callback with one function call. See the before-and-after code and its PHP 8.7 status.
The most important news, tutorials, and packages—curated for working PHP developers.
DDEV v1.25.4 seeds new databases from a snapshot, adds a --reset-database flag, supports MySQL 9.7 LTS, and moves image and env config to the global level.
Eric L. Barnes
PHP Baremetal cross-compiles the official Zend engine for ESP32 chips, running unmodified PHP 8.3 to 8.5 on hardware with no operating system.
Eric L. Barnes
A new PHP RFC would end php.net's endorsement of PEAR, unbundle the installer from PHP 8.7, and freeze pear.php.net as a static archive.
Eric L. Barnes
PHP 8.5.10 turns seven stack overflow crashes into catchable errors, forbids \C in UTF-8 regex patterns, and fixes PDO_PGSQL lazy fetching and four JIT bugs.
Eric L. Barnes
TypePHP is an AOT compiler from Swoole that turns PHP source into native executables, PHP extensions, or shared libraries, with no interpreter at runtime.
Eric L. Barnes
PHP 8.6 deprecates four SplFileObject CSV methods. The standalone fgetcsv() and fputcsv() functions and the READ_CSV flag are not affected.
Eric L. Barnes