ZendPHP March 2024 Releases
Community fixes for 8.2.17
-
Core:
- Fix ZTS persistent resource crashes on shutdown.
-
Curl:
- Fix failing tests due to string changes in libcurl 8.6.0.
-
DOM:
- Fix reference access in dimensions for
DOMNodeListandDOMNodeMap.
- Fix reference access in dimensions for
-
Fileinfo:
- Fixed bug GH-13344:
finfo::buffer(): Failed identify data 0:(null), backport.
- Fixed bug GH-13344:
-
FPM:
- Fixed bug #75712:
getenvin php-fpm should not read$_ENV,$_SERVER.
- Fixed bug #75712:
-
GD:
- Fixed bug GH-12019: detection of image formats in system gd library.
-
MySQLnd:
- Fixed bug GH-11950: [mysqlnd] Fixed not to set
CR_MALFORMED_PACKETto error ifCR_SERVER_GONE_ERRORis already set.
- Fixed bug GH-11950: [mysqlnd] Fixed not to set
-
PGSQL:
- Fixed bug GH-13354:
pg_execute/pg_send_query_params/pg_send_executewithnullvalue passed by reference.
- Fixed bug GH-13354:
-
Standard:
- Fixed array key as hash to string (case insensitive) comparison typo for the second operand buffer size (albeit unused for now).
Community fixes for 8.3.4
-
Core:
- Fix ZTS persistent resource crashes on shutdown.
-
Curl:
- Fix failing tests due to string changes in libcurl 8.6.0.
-
DOM:
- Fix unlikely memory leak in case of namespace removal with extremely deep trees.
- Fix reference access in dimensions for
DOMNodeListandDOMNodeMap.
-
Fileinfo:
- Fixed bug GH-13344: finfo::buffer(): Failed identify data 0:(null), backport.
-
FPM:
- Fixed bug #75712:
getenvin php-fpm should not read$_ENV,$_SERVER.
- Fixed bug #75712:
-
GD:
- Fixed bug GH-12019: detection of image formats in system gd library.
-
MySQLnd:
- Fixed bug GH-11950: [mysqlnd] Fixed not to set
CR_MALFORMED_PACKETto error ifCR_SERVER_GONE_ERRORis already set.
- Fixed bug GH-11950: [mysqlnd] Fixed not to set
-
PDO:
- Fix various
PDORowbugs.
- Fix various
-
PGSQL:
- Fixed bug GH-13354:
pg_execute/pg_send_query_params/pg_send_executewithnullvalue passed by reference.
- Fixed bug GH-13354:
-
SPL:
- Fixed bug GH-13531: Unable to resize
SplfixedArrayafter being unserialized in PHP 8.2.15.
- Fixed bug GH-13531: Unable to resize
-
Standard:
- Fixed bug GH-13279: Instable array during in-place modification in
uksort. - Fixed array key as hash to string (case insensitive) comparison typo for the second operand buffer size (albeit unused for now).
- Fixed bug GH-13279: Instable array during in-place modification in
-
XML:
- Fixed bug GH-13517: Multiple test failures when building with
--with-expat.
- Fixed bug GH-13517: Multiple test failures when building with