PHP Release 7.4.27


PHP 7.4.27 Release Announcement

The PHP development team announces the immediate availability of PHP 7.4.27. This is a bug fix release.

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

For source downloads of PHP 7.4.27 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.27 (tar.gz)
SHA256: 564fd5bc9850370db0cb4058d9087f2f40177fa4921ce698a375416db9ab43ca
PHP 7.4.27 (tar.bz2)
SHA256: 184aaef313fbf28c9987f6aa07b655cd1b0eae9e7e17061775a3e7d880185563
PHP 7.4.27 (tar.xz)
SHA256: 3f8b937310f155822752229c2c2feb8cc2621e25a728e7b94d0d74c128c43d0c
Change Logs
core
  • Fixed bug #81626 (Error on use static:: in __сallStatic() wrapped to Closure::fromCallable()).
fpm
  • Fixed bug #81513 (Future possibility for heap overflow in FPM zlog).
gd
  • Fixed bug #71316 (libpng warning from imagecreatefromstring).
openssl
  • Fixed bug #75725 (./configure: detecting RAND_egd).
pcre
  • Fixed bug #74604 (Out of bounds in php_pcre_replace_impl).
standard
  • Fixed bug #81618 (dns_get_record fails on FreeBSD for missing type).
  • Fixed bug #81659 (stream_get_contents() may unnecessarily overallocate).
To Top