The latest release of PHP 8.2 is
8.2.33 which includes important security patches.
Source Code
Change Log
-
core
-
Fixed bug
GH-13772 (Invalid execute_data->opline pointers in observer fcall handlers when JIT is enabled).
-
Fixed bug
GH-13931 (Applying zero offset to null pointer in Zend/zend_opcode.c).
-
Fixed bug
GH-13942 (Align the behavior of zend-max-execution-timers with other timeout implementations).
-
Fixed bug
GH-14003 (Broken cleanup of unfinished calls with callable convert parameters).
-
Fixed bug
GH-14013 (Erroneous dnl appended in configure).
-
Fixed bug
GH-10232 (If autoloading occurs during constant resolution filename and lineno are identified incorrectly).
-
Fixed bug
GH-13727 (Missing void keyword).
-
fibers
-
Fixed bug
GH-13903 (ASAN false positive underflow when executing copy()).
-
fpm
-
Fixed bug
GH-13563 (Setting bool values via env in FPM config fails).
-
intl
-
mysqlnd
-
opcache
-
openssl
-
Fixed bug
GH-10495 (feof on OpenSSL stream hangs indefinitely).
-
pdo sqlite
-
Fix
GH-13984 (Buffer size is now checked before memcmp).
-
Fix
GH-13998 (Manage refcount of agg_context->val correctly).
-
phar
-
phpdbg
-
Fixed bug
GH-13827 (Null pointer access of type 'zval' in phpdbg_frame).
-
posix
-
session
-
streams
-
treewide