PHP Release 8.0.11


PHP 8.0.11 Release Announcement

The PHP development team announces the immediate availability of PHP 8.0.11. This is a security release fixing CVE-2021-21706.

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

For source downloads of PHP 8.0.11 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.11 (tar.gz)
SHA256: c6a461f57b4bcb46cd4dec443253b1e2e8e981466f1280093322b7864afe8be7
PHP 8.0.11 (tar.bz2)
SHA256: 70ed874285e4010c1e2e8937bfb56b13b9ed1b3789dcaf274b793b00c1f4403a
PHP 8.0.11 (tar.xz)
SHA256: e3e5f764ae57b31eb65244a45512f0b22d7bef05f2052b23989c053901552e16
Change Logs
core
  • Fixed bug #81302 (Stream position after stream filter removed).
  • Fixed bug #81346 (Non-seekable streams don't update position after write).
  • Fixed bug #73122 (Integer Overflow when concatenating strings).
  • Fixed bug #53580 (During resize gdImageCopyResampled cause colors change).
opcache
  • Fixed bug #81353 (segfault with preloading and statically bound closure).
shmop
  • Fixed bug #81407 (shmop_open won't attach and causes php to crash).
standard
  • Fixed bug #71542 (disk_total_space does not work with relative paths).
  • Fixed bug #81400 (Unterminated string in dns_get_record() results).
sysvmsg
  • Fixed bug #78819 (Heap Overflow in msg_send).
xml
  • Fixed bug #81351 (xml_parse may fail, but has no error code).
zip
  • Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword).
  • Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). (CVE-2021-21706)
To Top