Database Seeding and Reset in DDEV v1.25.4
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
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
Socket now scans PHP and Composer dependencies for CVEs, malicious packages, and reachable vulnerabilities through its Packagist support.
Eric L. Barnes
Guzzle 8.1 adds PHP 8.6 support, TLS session sharing for the stream handler, and automatic resends of seekable uploads mid-transfer.
Eric L. Barnes
Doctrine DBAL for DuckDB brings DuckDB queries to PHP apps, including direct access to CSV, JSON, and Parquet files through Doctrine.
Eric L. Barnes
Loupe adds full-text search to PHP apps with SQLite, including typo tolerance, filters, facets, and geo search without a separate server.
Eric L. Barnes
PHP 8.6 adds partial function application, using ? and ... placeholders to create closures with some function arguments already filled in.
Eric L. Barnes
PHP 8.6 deprecates return statements inside finally blocks because they can silently replace return values or swallow exceptions.
Eric L. Barnes