This Release is Outdated
The latest release of PHP 8.4 is PHP
8.4.22
.
It is recommended to upgrade to the latest release.
PHP 8.4.7 Release Announcement
The PHP development team announces the immediate availability of PHP 8.4.7. This is a bug fix release.
All PHP 8.4 users are encouraged to upgrade to this version.
For source downloads of PHP 8.4.7 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.4.7 (tar.gz)
sha256: fd2be3b9320184e856426e01bd1a428110776ea8e976c3fb6b65808d03fc886a
-
PHP 8.4.7 (tar.bz2)
sha256: 6eccb1b06a4dd9cea314dbe70c762d3d4765471cb6ebf925b9da308978bff988
-
PHP 8.4.7 (tar.xz)
sha256: e29f4c23be2816ed005aa3f06bbb8eae0f22cc133863862e893515fc841e65e3
Change Log
-
core
- Fixed bug GH-18038 (Lazy proxy calls magic methods twice).
- Fixed bug GH-18209 (Use-after-free in extract() with EXTR_REFS).
- Fixed bug GH-18268 (Segfault in array_walk() on object with added property hooks).
- Fixed bug GH-18304 (Changing the properties of a DateInterval through dynamic properties triggers a SegFault).
- Fix some leaks in php_scandir.
-
dba
- FIxed bug GH-18247 dba_popen() memory leak on invalid path.
-
filter
- Fixed bug GH-18309 (ipv6 filter integer overflow).
-
gd
- Fixed imagecrop() overflow with rect argument with x/width y/heigh usage in gdImageCrop().
- Fixed GH-18243 imagettftext() overflow/underflow on font size value.
-
intl
- Fix reference support for intltz_get_offset().
-
ldap
- Fixed bug GH-17776 (LDAP_OPT_X_TLS_* options can't be overridden).
- Fix NULL deref on high modification key.
-
libxml
- Fixed custom external entity loader returning an invalid resource leading to a confusing TypeError message.
-
opcache
- Fixed bug GH-18294 (assertion failure zend_jit_ir.c).
- Fixed bug GH-18289 (Fix segfault in JIT).
- Fixed bug GH-18136 (tracing JIT floating point register clobbering on Windows and ARM64).
-
openssl
- Fix memory leak in openssl_sign() when passing invalid algorithm.
- Fix potential leaks when writing to BIO fails.
-
pdo firebird
- Fixed bug GH-18276 (persistent connection - "zend_mm_heap corrupted" with setAttribute()) .
- Fixed bug GH-17383 (PDOException has wrong code and message since PHP 8.4) .
-
pdo sqlite
- Fix memory leak on error return of collation callback.
-
pgsql
- Fix uouv in pg_put_copy_end().
-
spl
- Fixed bug GH-18322 (SplObjectStorage debug handler mismanages memory).
-
standard
- Fixed bug GH-18145 (php8ts crashes in php_clear_stat_cache()).
- Fix resource leak in iptcembed() on error.
-
tests
- Address deprecated PHP 8.4 session options to prevent test failures.
-
zip
- Fix uouv when handling empty options in ZipArchive::addGlob().
- Fix memory leak when handling a too long path in ZipArchive::addGlob().