The latest release of PHP 8.3 is
8.3.33 which includes important security patches.
Source Code
-
PHP 8.3.1 (tar.gz)
- sha256: 2b10218b5e81915d1708ab4b6351362d073556ec73a790553c61fd89c119924e
-
PHP 8.3.1 (tar.bz2)
- sha256: c40fae9197fa68a532f6a062c316dafe3b04c545136b54b9ead4932fc26c6ae1
-
PHP 8.3.1 (tar.xz)
- sha256: 56445b1771b2ba5b7573453f9e8a9451e2d810b1741a352fa05259733b1e9758
Change Log
-
core
-
fpm
-
Fixed bug
GH-12705 (Segmentation fault in fpm_status_export_to_zval).
-
ftp
-
Fixed bug
GH-9348 (FTP & SSL session reuse).
-
libxml
-
mysqlnd
-
opcache
-
Fixed JIT bug (Function JIT emits "Uninitialized string offset" warning at the same time as invalid offset Error).
-
Fixed JIT bug (JIT emits "Attempt to assign property of non-object" warning at the same time as Error is being thrown).
-
pdo pgsql
-
soap
-
Fixed bug
GH-12838 ([SOAP] Temporary WSDL cache files not being deleted).
-
standard
-
Fixed
GH-12745 (http_build_query() default null argument for $arg_separator is implicitly coerced to string).