PHP Release 7.4.24


PHP 7.4.24 Release Announcement

The PHP development team announces the immediate availability of PHP 7.4.24. This is a security release.

All PHP 7.4 users are encouraged to upgrade to this version.

For source downloads of PHP 7.4.24 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 7.4.24 (tar.gz)
SHA256: 8cc1758cf7ff45428c17641b1be84cd917a2909ba40c770f06a814d8b7f36333
PHP 7.4.24 (tar.bz2)
SHA256: f50e32b788864349041f19e31dcc65b1fcc65bc19122918f607526432edf2f32
PHP 7.4.24 (tar.xz)
SHA256: ff7658ee2f6d8af05b48c21146af5f502e121def4e76e862df5ec9fa06e98734
Change Logs
core
  • Fixed bug #81302 (Stream position after stream filter removed).
  • Fixed bug #81346 (Non-seekable streams don't update position after write).
  • Fixed bug #73122 (Integer Overflow when concatenating strings).
  • Fixed bug #53580 (During resize gdImageCopyResampled cause colors change).
opcache
  • Fixed bug #81353 (segfault with preloading and statically bound closure).
shmop
  • Fixed bug #81407 (shmop_open won't attach and causes php to crash).
standard
  • Fixed bug #71542 (disk_total_space does not work with relative paths).
  • Fixed bug #81400 (Unterminated string in dns_get_record() results).
sysvmsg
  • Fixed bug #78819 (Heap Overflow in msg_send).
xml
  • Fixed bug #81351 (xml_parse may fail, but has no error code).
zip
  • Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). (CVE-2021-21706)
To Top