PHP Release 7.4.10


PHP 7.4.10 Release Announcement

The PHP development team announces the immediate availability of PHP 7.4.10. 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.10 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.10 (tar.bz2)
SHA256: e90bfc9ed98d24e53b51ffd4eb636cf5cd9d71ed7c6f8e4b6e9981e9882174e7
PHP 7.4.10 (tar.gz)
SHA256: e720f1286f895ca37f1c75a2ca338ad2f2456664d7097298167181b25b212feb
PHP 7.4.10 (tar.xz)
SHA256: c2d90b00b14284588a787b100dee54c2400e7db995b457864d66f00ad64fb010
Change Logs
core
  • Fixed bug #79884 (PHP_CONFIG_FILE_PATH is meaningless).
  • Fixed bug #77932 (File extensions are case-sensitive).
  • Fixed bug #79806 (realpath() erroneously resolves link to link).
  • Fixed bug #79895 (PHP_CHECK_GCC_ARG does not allow flags with equal sign).
  • Fixed bug #79919 (Stack use-after-scope in define()).
  • Fixed bug #79934 (CRLF-only line in heredoc causes parsing error).
  • Fixed bug #79947 (Memory leak on invalid offset type in compound assignment).
com
  • Fixed bug #48585 (com_load_typelib holds reference, fails on second call).
exif
  • Fixed bug #75785 (Many errors from exif_read_data).
gettext
  • Fixed bug #70574 (Tests fail due to relying on Linux fallback behavior for gettext()).
ldap
  • Fixed memory leaks.
opcache
  • Fixed bug #73060 (php failed with error after temp folder cleaned up).
  • Fixed bug #79917 (File cache segfault with a static variable in inherited method).
pdo
  • Fixed bug #64705 (errorInfo property of PDOException is null when PDO::__construct() fails).
session
  • Fixed bug #79724 (Return type does not match in ext/session/mod_mm.c).
standard
  • Fixed bug #79930 (array_merge_recursive() crashes when called with array with single reference).
  • Fixed bug #79944 (getmxrr always returns true on Alpine linux).
  • Fixed bug #79951 (Memory leak in str_replace of empty string).
xml
  • Fixed bug #79922 (Crash after multiple calls to xml_parser_free()).
To Top