The latest release of PHP 8.3 is
8.3.33 which includes important security patches.
Source Code
Change Log
-
core
-
Fixed bug
GH-16892 (ini_parse_quantity() fails to parse inputs starting with 0x0b).
-
Fixed bug
GH-16886 (ini_parse_quantity() fails to emit warning for 0x+0).
-
Fixed bug
GH-17214 (Relax final+private warning for trait methods with inherited final).
-
Fixed NULL arithmetic during system program execution on Windows.
-
Fixed potential OOB when checking for trailing spaces on Windows.
-
Fixed bug
GH-17408 (Assertion failure Zend/zend_exceptions.c).
-
Fix may_have_extra_named_args flag for ZEND_AST_UNPACK.
-
Fix NULL arithmetic in System V shared memory emulation for Windows.
-
dom
-
Fixed bug
GH-17500 (Segfault with requesting nodeName on nameless doctype).
-
enchant
-
ftp
-
Fixed bug
GH-16800 (ftp functions can abort with EINTR).
-
gd
-
intl
-
Fixed bug
GH-11874 (intl causing segfault in docker images).
-
Fixed bug
GH-17469 (UConverter::transcode always emit E_WARNING on invalid encoding).
-
opcache
-
Fixed bug
GH-17307 (Internal closure causes JIT failure).
-
Fixed bug
GH-17564 (Potential UB when reading from / writing to struct padding).
-
pdo
-
Fixed a memory leak when the GC is used to free a PDOStatment.
-
Fixed a crash in the PDO Firebird Statement destructor.
-
Fixed UAFs when changing default fetch class ctor args.
-
phar
-
Fixed bug
GH-17518 (offset overflow phar extractTo()).
-
phpdbg
-
session
-
simplexml
-
Fixed bug
GH-17409 (Assertion failure Zend/zend_hash.c:1730).
-
snmp
-
Fixed bug
GH-17330 (SNMP::setSecurity segfault on closed session).
-
spl
-
Fixed bug
GH-17463 (crash on SplTempFileObject::ftruncate with negative value).
-
zip
-
Fixed bug
GH-17139 (Fix zip_entry_name() crash on invalid entry).