PHP Release 7.4.13


PHP 7.4.13 Release Announcement

The PHP development team announces the immediate availability of PHP 7.4.13. 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.13 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.13 (tar.gz)
SHA256: 0865cff41e7210de2537bcd5750377cfe09a9312b9b44c1a166cf372d5204b8f
PHP 7.4.13 (tar.bz2)
SHA256: 15a339857e11c92eb47fddcd0dfe8aaa951a9be7c57ab7230ccd497465a31fda
PHP 7.4.13 (tar.xz)
SHA256: aead303e3abac23106529560547baebbedba0bb2943b91d5aa08fff1f41680f4
Change Logs
core
  • Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date).
  • Fixed bug #80258 (Windows Deduplication Enabled, randon permission errors).
com
  • Fixed bug #62474 (com_event_sink crashes on certain arguments).
dom
  • Fixed bug #80268 (loadHTML() truncates at NUL bytes).
ffi
  • Fixed bug #79177 (FFI doesn't handle well PHP exceptions within callback).
imap
  • Fixed bug #64076 (imap_sort() does not return FALSE on failure).
  • Fixed bug #76618 (segfault on imap_reopen).
  • Fixed bug #80239 (imap_rfc822_write_address() leaks memory).
  • Fixed minor regression caused by fixing bug #80220.
  • Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822).
mysqli
  • Fixed bug #79375 (mysqli_store_result does not report error from lock wait timeout).
  • Fixed bug #76525 (mysqli::commit does not throw if MYSQLI_REPORT_ERROR enabled and mysqlnd used).
  • Fixed bug #72413 (mysqlnd segfault (fetch_row second parameter typemismatch)).
odbc
  • Fixed bug #44618 (Fetching may rely on uninitialized data).
opcache
  • Fixed bug #79643 (PHP with Opcache crashes when a file with specific name is included).
  • Fixed run-time binding of preloaded dynamically declared function.
openssl
  • Fixed bug #79983 (openssl_encrypt / openssl_decrypt fail with OCB mode).
pdo mysql
  • Fixed bug #66528 (No PDOException or errorCode if database becomes unavailable before PDO::commit).
  • Fixed bug #65825 (PDOStatement::fetch() does not throw exception on broken server connection).
snmp
  • Fixed bug #70461 (disable md5 code when it is not supported in net-snmp).
standard
  • Fixed bug #80266 (parse_url silently drops port number 0).
To Top