The latest release of PHP 8.2 is
8.2.33 which includes important security patches.
Source Code
Change Log
-
core
-
Fixed bug
GH-12953 (false positive SSA integrity verification failed when loading composer classmaps with more than 11k elements).
-
Fixed bug
GH-12966 (missing cross-compiling 3rd argument so Autoconf doesn't emit warnings).
-
Fixed bug
GH-13727 (missing void keyword for C generate code for feature test).
Peter Kokot/David Carlier
-
cli
-
ffi
-
Fixed bug
GH-9698 (stream_wrapper_register crashes with FFI\CData).
-
Fixed bug
GH-12905 (FFI::new interacts badly with observers).
-
gd
-
Fixed
GH-13082 undefined behavior with GdFont instances handling with imageload* and imagechar*.
-
intl
-
Fixed
GH-12943 (IntlDateFormatter::__construct accepts 'C' as valid locale).
-
hash
-
Fixed bug
GH-12936 (hash() function hangs endlessly if using sha512 on strings >= 4GiB).
-
odbc
-
opcache
-
Fixed oss-fuzz #64727 (JIT undefined array key warning may overwrite DIM with NULL when DIM is the same var as result).
-
Added workaround for SELinux mprotect execheap issue. See https://bugzilla.kernel.org/show_bug.cgi?id=218258.
-
openssl
-
Fixed bug
GH-12987 (openssl_csr_sign might leak new cert on error).
-
pdo
-
Fix
GH-12969 (Fixed PDO::getAttribute() to get PDO::ATTR_STRINGIFY_FETCHES).
-
pdo_odbc
-
Fixed bug
GH-12767 (Unable to turn on autocommit mode with setAttribute()).
-
pgsql
-
phar
-
Fixed bug
#77432 (Segmentation fault on including phar file).
-
phpdbg
-
Fixed bug
GH-12962 (Double free of init_file in phpdbg_prompt.c).
-
simplexml
-
tidy
-
Fixed bug
GH-12980 (tidynode.props.attribute is missing "Boolean Attributes" and empty attributes).