The latest release of PHP 8.2 is
8.2.33 which includes important security patches.
Source Code
-
PHP 8.2.5 (tar.gz)
- sha256: 8974dea2507155471660b13a0bcbdc165ac778eeb845a7dbd65d5ffb92738c0a
-
PHP 8.2.5 (tar.bz2)
- sha256: e5a80663cca4f6044ad86a489798147c7af037eca96f6cd357ab36d28cb63757
-
PHP 8.2.5 (tar.xz)
- sha256: 800738c359b7f1e67e40c22713d2d90276bc85ba1c21b43d99edd43c254c5f76
Change Log
-
core
-
Added optional support for max_execution_time in ZTS/Linux builds (Kévin Dunglas)
-
Fixed use-after-free in recursive AST evaluation.
-
Fixed bug
GH-8646 (Memory leak PHP FPM 8.1).
-
Re-add some CTE functions that were removed from being CTE by a mistake.
-
Remove CTE flag from array_diff_ukey(), which was added by mistake.
-
Fixed bug
GH-10801 (Named arguments in CTE functions cause a segfault).
-
Fixed bug
GH-8789 (PHP 8.0.20 (ZTS) zend_signal_handler_defer crashes on apache).
-
Fixed bug
GH-10015 (zend_signal_handler_defer crashes on apache shutdown).
-
Fixed bug
GH-10810 (Fix NUL byte terminating Exception::__toString()).
-
Fix potential memory corruption when mixing __callStatic() and FFI.
-
date
-
Fixed bug
GH-10747 (Private and protected properties in serialized Date* objects throw).
-
fpm
-
ftp
-
imap
-
mysqlnd
-
Fixed bug
GH-8979 (Possible Memory Leak with SSL-enabled MySQL connections).
-
opcache
-
openssl
-
pdo firebird
-
Fixed bug
GH-10908 (Bus error with PDO Firebird on RPI with 64 bit kernel and 32 bit userland).
-
phar
-
pdo odbc
-
pgsql
-
spl
-
Fixed bug
GH-10519 (Array Data Address Reference Issue).
-
Fixed bug
GH-10907 (Unable to serialize processed SplFixedArrays in PHP 8.2.4).
-
Fixed bug
GH-10844 (ArrayIterator allows modification of readonly props).
-
standard