PHP Release 7.4.7


PHP 7.4.7 Release Announcement

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

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

For source downloads of PHP 7.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 7.4.7 (tar.bz2)
SHA256: 800e0d01f359c8ec41540925c0d4a24c34d5f21ef6addd6d82ff4a52be23d87a
PHP 7.4.7 (tar.gz)
SHA256: a554a510190e726ebe7157fb00b4aceabdb50c679430510a3b93cbf5d7546e44
PHP 7.4.7 (tar.xz)
SHA256: 53558f8f24cd8ab6fa0ea252ca8198e2650160649681ce5230c1df1dc2b52faf
Change Logs
core
  • Fixed bug #79599 (coredump in set_error_handler).
  • Fixed bug #79566 (Private SHM is not private on Windows).
  • Fixed bug #79489 (.user.ini does not inherit).
  • Fixed bug #79600 (Regression in 7.4.6 when yielding an array based generator).
  • Fixed bug #79657 ("yield from" hangs when invalid value encountered).
ffi
  • Fixed bug #79571 (FFI: var_dumping unions may segfault).
gd
  • Fixed bug #79615 (Wrong GIF header written in GD GIFEncode).
mysqlnd
  • Fixed bug #79596 (MySQL FLOAT truncates to int some locales).
opcache
  • Fixed bug #79588 (Boolean opcache settings ignore on/off values).
  • Fixed bug #79548 (Preloading segfault with inherited method using static variable).
  • Fixed bug #79603 (RTD collision with opcache).
standard
  • Fixed bug #79561 (dns_get_record() fails with DNS_ALL).
To Top