PHP Release 8.0.13


PHP 8.0.13 Release Announcement

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

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

For source downloads of PHP 8.0.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 8.0.13 (tar.gz)
SHA256: b4c2d27c954e1b0d84fd4bfef4d252e154ba479e7db11abd89358f2164ee7cc8
PHP 8.0.13 (tar.bz2)
SHA256: c2419d7ba4395f44747043f4e6f5b47fa08125705fb9f88377e453068a815836
PHP 8.0.13 (tar.xz)
SHA256: cd976805ec2e9198417651027dfe16854ba2c2c388151ab9d4d268513d52ed52
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).
opcache
  • Fixed bug #81512 (Unexpected behavior with arrays and JIT).
  • Fixed bug #81652 (The value of error_reporting() gets overridden).
pcre
  • Fixed bug #81424 (PCRE2 10.35 JIT performance regression).
xml
  • Fixed bug #79971 (special character is breaking the path in xml function). (CVE-2021-21707)
xmlreader
  • Fixed bug #81521 (XMLReader::getParserProperty may throw with a valid property).
To Top