The latest release of PHP 8.3 is
8.3.33 which includes important security patches.
Source Code
-
PHP 8.3.7 (tar.gz)
- sha256: 2e11d10b651459a8767401e66b5d70e3b048e446579fcdeb0b69bcba789af8c4
-
PHP 8.3.7 (tar.bz2)
- sha256: 01c20cde1c5a5696651875ed22f507849679fba740f8c421616b7d43d7f797da
-
PHP 8.3.7 (tar.xz)
- sha256: d53433c1ca6b2c8741afa7c524272e6806c1e895e5912a058494fea89988570a
Change Log
-
core
-
fibers
-
Fixed bug
GH-13903 (ASAN false positive underflow when executing copy()).
-
fileinfo
-
Fixed bug
GH-13795 (Test failing in ext/fileinfo/tests/bug78987.phpt on big-endian PPC).
-
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