The latest release of PHP 8.3 is
8.3.33 which includes important security patches.
Source Code
Change Log
-
core
-
Fixed bug
GH-17106 (ZEND_MATCH_ERROR misoptimization).
-
Fixed bug
GH-17162 (zend_array_try_init() with dtor can cause engine UAF).
-
Fixed bug
GH-17101 (AST->string does not reproduce constructor property promotion correctly).
-
Fixed bug
GH-17211 (observer segfault on function loaded with dl()).
-
Fixed bug
GH-17216 (Trampoline crash on error).
-
date
-
Fixed bug
GH-14709 DatePeriod::__construct() overflow on recurrences.
-
dba
-
dom
-
embed
-
ffi
-
filter
-
Fixed bug
GH-16944 (Fix filtering special IPv4 and IPv6 ranges, by using information from RFC 6890).
-
fpm
-
Fixed bug
GH-13437 (FPM: ERROR: scoreboard: failed to lock (already locked)).
-
Fixed bug
GH-17112 (Macro redefinitions).
-
Fixed bug
GH-17208 (bug64539-status-json-encoding.phpt fail on 32-bits).
-
gd
-
gettext
-
Fixed bug
GH-17202 (Segmentation fault ext/gettext/gettext.c bindtextdomain()).
-
iconv
-
Fixed bug
GH-17047 (UAF on iconv filter failure).
-
ldap
-
Fixed bug
GH-17280 (ldap_search() fails when $attributes array has holes).
-
libxml
-
Fixed bug
GH-17223 (Memory leak in libxml encoding handling).
-
mbstring
-
Fixed bug
GH-17112 (Macro redefinitions).
-
opcache
-
pcntl
-
pgsql
-
phar
-
Fixed bug
GH-17137 (Segmentation fault ext/phar/phar.c).
-
simplexml
-
Fixed bug
GH-17040 (SimpleXML's unset can break DOM objects).
-
Fixed bug
GH-17153 (SimpleXML crash when using autovivification on document).
-
sockets
-
spl
-
Fixed bug
GH-17225 (NULL deref in spl_directory.c).
-
streams
-
Fixed bug
GH-17037 (UAF in user filter when adding existing filter name due to incorrect error handling).
-
Fixed bug
GH-16810 (overflow on fopen HTTP wrapper timeout value).
-
Fixed bug
GH-17067 (glob:// wrapper doesn't cater to CWD for ZTS builds).
-
windows
-
xml
-
Fixed bug
GH-1718 (unreachable program point in zend_hash).