The latest release of PHP 8.2 is
8.2.33 which includes important security patches.
Source Code
Change Log
-
core
-
curl
-
dom
-
ffi
-
Fixed bug
GH-14286 (ffi enum type (when enum has no name) make memory leak).
-
hash
-
intl
-
Fixed bug
GH-15087 (IntlChar::foldCase()'s $option is not optional).
-
opcache
-
Fixed bug
GH-13817 (Segmentation fault for enabled observers after pass 4).
-
Fixed bug
GH-13775 (Memory leak possibly related to opcache SHM placement).
-
output
-
Fixed bug
GH-15179 (Segmentation fault (null pointer dereference) in ext/standard/url_scanner_ex.re).
-
pdo_firebird
-
phpdbg
-
Fixed bug
GH-13199 (EOF emits redundant prompt in phpdbg local console mode with libedit/readline).
-
Fixed bug
GH-15268 (heap buffer overflow in phpdbg (zend_hash_num_elements() Zend/zend_hash.h)).
-
Fixed bug
GH-15210 use-after-free on watchpoint allocations.
-
random
-
Fixed part of bug
GH-15381, checking getrandom availability on solaris.
-
soap
-
standard
-
streams
-
Fixed bug
GH-15028 (Memory leak in ext/phar/stream.c).
-
Fixed bug
GH-15034 (Integer overflow on stream_notification_callback byte_max parameter with files bigger than 2GB).
-
tidy