Core
FPM
- Fixed bug GH-12705 (Segmentation fault in fpm_status_export_to_zval).
FTP
- Fixed bug GH-9348 (FTP & SSL session reuse).
LibXML
- Fixed test failures for libxml2 2.12.0.
MySQLnd
- Avoid using uninitialised struct.
- Fixed bug GH-12791 (Possible dereference of NULL in MySQLnd debug code).
Opcache
- Fixed JIT bug (Function JIT emits "Uninitialized string offset" warning at the same time as invalid offset Error).
- Fixed JIT bug (JIT emits "Attempt to assign property of non-object" warning at the same time as Error is being thrown).
PDO PGSQL
- Fixed the default value of $fetchMode in PDO::pgsqlGetNotify() (kocsismate)