This Release is Outdated
The latest release of PHP 8.3 is PHP
8.3.31
.
It is recommended to upgrade to the latest release.
PHP 8.3.3 Release Announcement
The PHP development team announces the immediate availability of PHP 8.3.3. This is a bug fix release.
All PHP 8.3 users are encouraged to upgrade to this version.
For source downloads of PHP 8.3.3 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
Source Code
-
PHP 8.3.3 (tar.gz)
sha256: 61285ae17a93d172c9f2ebfe4280058d05bda17cadab705ca5b51ba3e6f3a5ac
-
PHP 8.3.3 (tar.bz2)
sha256: aafb613ba79594a23fe722f8e90ad473300610bf80e74b8aa52da9cac2dc4e2a
-
PHP 8.3.3 (tar.xz)
sha256: b0a996276fe21fe9ca8f993314c8bc02750f464c7b0343f056fb0894a8dfa9d1
Change Log
-
core
- Fixed timer leak in zend-max-execution-timers builds.
- Fixed bug GH-12349 (linking failure on ARM with mold).
- Fixed bug GH-13097 (Anonymous class reference in trigger_error / thrown Exception).
- Fixed bug GH-13177 (PHP 8.3.2: final private constructor not allowed when used in trait).
- Fixed bug GH-13215 (GCC 14 build failure).
-
curl
- Fix missing error check in curl_multi_init().
-
fpm
- Fixed bug GH-12996 (Incorrect SCRIPT_NAME with Apache ProxyPassMatch when plus in path).
-
gd
- Fixed bug GH-10344 (imagettfbbox(): Could not find/open font UNC path).
- Fixed bug GH-10614 (imagerotate will turn the picture all black, when rotated 90).
-
libxml
- Fix crashes with entity references and predefined entities.
-
mysqlnd
- Fixed bug GH-12107 (When running a stored procedure (that returns a result set) twice, PHP crashes).
-
opcache
- Fixed bug GH-13145 (strtok() is not comptime).
- Fixed type inference of range().
- Fixed bug GH-13232 (Segmentation fault will be reported when JIT is off but JIT_debug is still on).
-
openssl
- Fixed LibreSSL undefined reference when OPENSSL_NO_ENGINE not set. .
-
pdo_firebird
- Fix GH-13119 (Changed to convert float and double values into strings using `H` format).
-
phar
- Fixed bug #71465 (PHAR doesn't know about litespeed).
- Fixed bug GH-13037 (PharData incorrectly extracts zip file).
-
random
- Fixed bug GH-13138 (Randomizer::pickArrayKeys() does not detect broken engines).
-
session
- Fixed bug GH-12504 (Corrupted session written when there's a fatal error in autoloader).
-
standard
- Fixed bug GH-13094 (range(9.9, '0') causes segmentation fault).
-
streams
- Fixed bug GH-13071 (Copying large files using mmap-able source streams may exhaust available memory and fail).