The latest release of PHP 8.3 is
8.3.33 which includes important security patches.
Source Code
-
PHP 8.3.9 (tar.gz)
- sha256: f484dec6ee005c83f899af02fc021e1bc3b1d7b3f143ca062ef66b0fcee96566
-
PHP 8.3.9 (tar.bz2)
- sha256: 96edc6d82b7503a6650541fc477abd5456df28dfaa8c9388ff9e31d9fe1e3112
-
PHP 8.3.9 (tar.xz)
- sha256: bf4d7b8ea60a356064f88485278bd6f941a230ec16f0fc401574ce1445ad6c77
Change Log
-
core
-
Fixed bug
GH-14315 (Incompatible pointer type warnings).
-
Fixed bug
GH-12814 (max_execution_time reached too early on MacOS 14 when running on Apple Silicon).
-
Fixed bug
GH-14387 (Crash when stack walking in destructor of yielded from values during Generator->throw()).
-
Fixed bug
GH-14456 (Attempting to initialize class with private constructor calls destructor).
-
Fixed bug
GH-14510 (memleak due to missing pthread_attr_destroy()-call).
-
Fixed bug
GH-14549 (Incompatible function pointer type for fclose).
-
bcmath
-
curl
-
Fixed bug
GH-14307 (Test curl_basic_024 fails with curl 8.8.0).
-
dom
-
Fixed bug
GH-14343 (Memory leak in xml and dom).
-
fpm
-
Fixed bug
GH-14037 (PHP-FPM ping.path and ping.response config vars are ignored in status pool).
Wilhansen Li
Pierrick Charron
-
gd
-
intl
-
mysqlnd
-
Partially fix bug
GH-10599 (Apache crash on Windows when using a self-referencing anonymous function inside a class with an active mysqli connection).
-
opcache
-
pdo odbc
-
Fixed bug
GH-14367 (incompatible SDWORD type with iODBC).
-
phpdbg
-
Fixed bug
GH-13681 (segfault on watchpoint addition failure).
-
soap
-
Fixed bug
#47925 (PHPClient can't decompress response).
-
Fix missing error restore code.
-
Fix memory leak if calling SoapServer::setObject() twice.
-
Fix memory leak if calling SoapServer::setClass() twice.
-
Fix reading zlib ini settings in ext-soap.
-
Fix memory leaks with string function name lookups.
-
Fixed bug
#69280 (SoapClient classmap doesn't support fully qualified class name).
-
Fixed bug
#76232 (SoapClient Cookie Header Semicolon).
-
Fixed memory leaks when calling SoapFault::__construct() twice.
-
sodium
-
spl
-
Fixed bug
GH-14290 (Member access within null pointer in extension spl).
-
standard
-
Fixed bug
GH-14483 (Fixed off-by-one error in checking length of abstract namespace Unix sockets).
-
streams
-
Fixed bug
GH-11078 (PHP Fatal error triggers pointer being freed was not allocated and malloc: double free for ptr errors).