PHP Release 8.0.7


PHP 8.0.7 Release Announcement

The PHP development team announces the immediate availability of PHP 8.0.7. This is a bug fix release.

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

For source downloads of PHP 8.0.7 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.7 (tar.gz)
SHA256: 1e7462455bec8062ef3fc7c74f1f496417cb80aa374ce11edb35015de248c3c1
PHP 8.0.7 (tar.bz2)
SHA256: 72b2f2c96f35748b1d6e8a71af4ead439b17129aefe611eb0baf1bd313635f79
PHP 8.0.7 (tar.xz)
SHA256: d5fc2e4fc780a32404d88c360e3e0009bc725d936459668e9c2ac992f2d83654
Change Logs
core
  • Fixed bug #80960 (opendir() warning wrong info when failed on Windows).
  • Fixed bug #67792 (HTTP Authorization schemes are treated as case-sensitive).
  • Fixed bug #80972 (Memory exhaustion on invalid string offset).
fpm
  • Fixed bug #65800 (Events port mechanism).
ftp
  • Fixed bug #80901 (Info leak in ftp extension).
  • Fixed bug #79100 (Wrong FTP error messages).
gd
  • Fixed bug #81032 (GD install is affected by external libgd installation).
intl
  • Fixed bug #81019 (Unable to clone NumberFormatter after failed parse()).
mbstring
  • Fixed bug #81011 (mb_convert_encoding removes references from arrays).
odbc
  • Fixed bug #80460 (ODBC doesn't account for SQL_NO_TOTAL indicator).
opcache
  • Fixed bug #81007 (JIT "not supported" on 32-bit x86 -- build problem?).
  • Fixed bug #81015 (Opcache optimization assumes wrong part of ternary operator in if-condition).
  • Fixed bug #81046 (Literal compaction merges non-equal related literals).
pdo_mysql
  • Fixed bug #81037 (PDO discards error message text from prepared statement).
pdo_odbc
  • Fixed bug #44643 (bound parameters ignore explicit type definitions).
pgsql
  • Fixed php_pgsql_fd_cast() wrt. php_stream_can_cast().
spl
  • Fixed bug #80933 (SplFileObject::DROP_NEW_LINE is broken for NUL and CR).
xmlreader
  • Fixed bug #73246 (XMLReader: encoding length not checked).
zip
  • Fixed bug #80863 (ZipArchive::extractTo() ignores references).
To Top