PHP Release 8.2.17

PHP 8.2.17 Release Announcement

The PHP development team announces the immediate availability of PHP 8.2.17. This is a bug fix release.

All PHP 8.2 users are encouraged to upgrade to this version.

For source downloads of PHP 8.2.17 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.

Source Code
PHP 8.2.17 (tar.gz)
SHA256: 1d8ab98e1c09518c672c5afcbef0e61f9003173c7638fc686461ae670d12742e
PHP 8.2.17 (tar.bz2)
SHA256: 191316c203267d96160b47d22f955d4dc11793de8a5f327e0c2a76275a6894ea
PHP 8.2.17 (tar.xz)
SHA256: 1cc4ef733ba58f6557db648012471f1916e5bac316303aa165535bedab08ee35
Change Logs
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 DOMNodeList and DOMNodeMap.
fileinfo
  • Fixed bug GH-13344 (finfo::buffer(): Failed identify data 0:(null), backport).
fpm
  • Fixed bug #75712 (getenv in php-fpm should not read $_ENV, $_SERVER).
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_PACKET to error if CR_SERVER_GONE_ERROR is already set).
pgsql
  • Fixed bug GH-13354 (pg_execute/pg_send_query_params/pg_send_execute with null value passed by reference).
standard
  • Fixed array key as hash to string (case insensitive) comparison typo for the second operand buffer size (albeit unused for now).
To Top