Bz2
- Fix truncation of total output size causing erroneous errors.
Core
DOM
- Fixed bug GH-21486 (Dom\HTMLDocument parser mangles xml:space and xml:lang attributes).
FFI
- Fixed resource leak in FFI::cdef() onsymbol resolution failure.
GD
- Fixed bug GH-21431 (phpinfo() to display libJPEG 10.0 support).
Opcache
OpenSSL
- Fixed bug GH-21083 (Skip private_key_bits validation for EC/curve-based keys).
- Fix missing error propagation for BIO_printf() calls.
PCRE
- Fixed re-entrancy issue on php_pcre_match_impl, php_pcre_replace_impl, php_pcre_split_impl, and php_pcre_grep_impl.
PGSQL
- Fixed preprocessor silently guarding PGSQL_SUPPRESS_TIMESTAMPS support due to a typo.
SNMP
- Fixed bug GH-21336 (SNMP::setSecurity() undefined behavior with NULL arguments).
SOAP
- Fixed Set-Cookie parsing bug wrong offset while scanning attributes.
SPL
- Fixed bug GH-21454 (missing write lock validation in SplHeap).
Standard
Sysvshm
- Fix memory leak in shm_get_var() when variable is corrupted.