PHP Release 8.2.16

PHP 8.2.16 Release Announcement

The PHP development team announces the immediate availability of PHP 8.2.16. 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.16 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.16 (tar.gz)
SHA256: 62a92ef7c2c6f44b12e459d8f3d649aa8ebac5e05845f7479fe55a7580cd2dd0
PHP 8.2.16 (tar.bz2)
SHA256: 2658c1b8935ab6b53a7f209354602761ab07066e66920bc472b8815fd1b43f71
PHP 8.2.16 (tar.xz)
SHA256: 28cdc995b7d5421711c7044294885fcde4390c9f67504a994b4cf9bc1b5cc593
Change Logs
core
  • Fixed timer leak in zend-max-execution-timers builds.
  • Fixed bug GH-12349 (linking failure on ARM with mold).
  • Fixed bug GH-13097 (Anonymous class reference in trigger_error / thrown Exception).
  • Fixed bug GH-13215 (GCC 14 build failure).
curl
  • Fix missing error check in curl_multi_init().
fpm
  • Fixed bug GH-12996 (Incorrect SCRIPT_NAME with Apache ProxyPassMatch when plus in path).
gd
  • Fixed bug GH-10344 (imagettfbbox(): Could not find/open font UNC path).
  • Fixed bug GH-10614 (imagerotate will turn the picture all black, when rotated 90).
mysqlnd
  • Fixed bug GH-12107 (When running a stored procedure (that returns a result set) twice, PHP crashes).
opcache
  • Fixed bug GH-13232 (Segmentation fault will be reported when JIT is off but JIT_debug is still on).
openssl
  • Fixed LibreSSL undefined reference when OPENSSL_NO_ENGINE not set. .
pdo_firebird
  • Fix GH-13119 (Changed to convert float and double values into strings using `H` format).
phar
  • Fixed bug #71465 (PHAR doesn't know about litespeed).
  • Fixed bug GH-13037 (PharData incorrectly extracts zip file).
random
  • Fixed bug GH-13138 (Randomizer::pickArrayKeys() does not detect broken engines).
session
  • Fixed bug GH-12504 (Corrupted session written when there's a fatal error in autoloader).
streams
  • Fixed bug GH-13071 (Copying large files using mmap-able source streams may exhaust available memory and fail).
To Top