PHP Release 7.4.26


PHP 7.4.26 Release Announcement

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

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

For source downloads of PHP 7.4.26 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.26 (tar.gz)
SHA256: 890a7e730f96708a68a77b19fd57fec33cc81573f7249111c870edac42b91a72
PHP 7.4.26 (tar.bz2)
SHA256: d68b88a8f8a437648affcc7793e5e062fa0ec5171f7fd0af385b12c78b1c004d
PHP 7.4.26 (tar.xz)
SHA256: e305b3aafdc85fa73a81c53d3ce30578bc94d1633ec376add193a1e85e0f0ef8
Change Logs
core
  • Fixed bug #81518 (Header injection via default_mimetype / default_charset).
date
  • Fixed bug #81500 (Interval serialization regression since 7.3.14 / 7.4.2).
dba
  • Fixed bug #81588 (TokyoCabinet driver leaks memory).
mbstring
  • Fixed bug #76167 (mbstring may use pointer from some previous request).
mysqli
  • Fixed bug #81494 (Stopped unbuffered query does not throw error).
pcre
  • Fixed bug #81424 (PCRE2 10.35 JIT performance regression).
streams
  • Fixed bug #54340 (Memory corruption with user_filter).
xml
  • Fixed bug #79971 (special character is breaking the path in xml function). (CVE-2021-21707)
To Top