Core
- Fixed bug GH-11152 (Unable to alias namespaces containing reserved class names).
- Fixed bug GH-9068 (Conditional jump or move depends on uninitialised value(s)).
- Fixed bug GH-11189 (Exceeding memory limit in zend_hash_do_resize leaves the array in an invalid state).
- Fixed bug GH-11063 (Compilation error on old GCC versions).
- Fixed bug GH-11222 (foreach by-ref may jump over keys during a rehash).
Date
- Fixed bug GH-11281 (DateTimeZone::getName() does not include seconds in offset).
Exif
- Fixed bug GH-10834 (exif_read_data() cannot read smaller stream wrapper chunk sizes).
FPM
Hash
- Fixed bug GH-11180 (hash_file() appears to be restricted to 3 arguments).
LibXML
- Fixed bug GH-11160 (Few tests failed building with new libxml 2.11.0).
MBString
- Fix bug GH-11217 (Segfault in mb_strrpos / mb_strripos when using negative offset and ASCII encoding).
Opcache
PCNTL
- Fixed maximum argument count of pcntl_forkx().
PGSQL
- Fixed parameter parsing of pg_lo_export().
Phar
- Fixed bug GH-11099 (Generating phar.php during cross-compile can't be done).
Soap
- Fixed bug GHSA-76gg-c692-v2mw (Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP). (CVE-2023-3247)
- Fixed bug GH-8426 (make test fail while soap extension build).
SPL
- Fixed bug GH-11178 (Segmentation fault in spl_array_it_get_current_data (PHP 8.1.18)).