PHP Release 7.4.28


PHP 7.4.28 Release Announcement

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

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

For source downloads of PHP 7.4.28 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.28 (tar.gz)
SHA256: a04014cd1646b90547907e2e0ac5371594533960de317b6c7ac70bcb42db92fb
PHP 7.4.28 (tar.bz2)
SHA256: 2085086a863444b0e39547de1a4969fd1c40a0c188eb58fab2938b649b0c4b58
PHP 7.4.28 (tar.xz)
SHA256: 9cc3b6f6217b60582f78566b3814532c4b71d517876c25013ae51811e65d8fce
Change Logs
filter
  • Fix #81708: UAF due to php_filter_float() failing for ints (CVE-2021-21708)
To Top