PHP Release 8.0.5


PHP 8.0.5 Release Announcement

The PHP development team announces the immediate availability of PHP 8.0.5. 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.5 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.5 (tar.gz)
SHA256: 50aeac6fe9c2b5577d534369392ebb89c3e7a342b20ef538832b1df996cccb2a
PHP 8.0.5 (tar.bz2)
SHA256: 195d934febefaac3b19ac586679149759324a434411ae8aca6f7d87553ef08e0
PHP 8.0.5 (tar.xz)
SHA256: 5dd358b35ecd5890a4f09fb68035a72fe6b45d3ead6999ea95981a107fd1f2ab
Change Logs
core
  • Changed PowerPC CPU registers used by Zend VM to work around GCC bug. Old registers (r28/r29) might be clobbered by _restgpr routine used for return from C function compiled with -Os.
dom
  • Fixed bug #66783 (UAF when appending DOMDocument to element).
ffi
  • Fixed bug #80847 (CData structs with fields of type struct can't be passed as C function argument).
fpm
  • Fixed bug #80024 (Duplication of info about inherited socket after pool removing).
ftp
  • Fixed bug #80880 (SSL_read on shutdown, ftp/proc_open).
imap
  • Fixed bug #80710 (imap_mail_compose() header injection).
libxml
  • Fixed bug #73533 (Invalid memory access in php_libxml_xmlCheckUTF8).
opcache
  • Fixed bug #80839 (PHP problem with JIT).
  • Fixed bug #80861 (erronous array key overflow in 2D array with JIT).
pcntl
  • Fixed bug #79812 (Potential integer overflow in pcntl_exec()).
pdo_odbc
  • Fixed bug #80783 (PDO ODBC truncates BLOB records at every 256th byte).
pdo_pgsql
  • Fixed bug #80892 (PDO::PARAM_INT is treated the same as PDO::PARAM_STR).
session
  • Fixed bug #80889 (Cannot set save handler when save_handler is invalid).
soap
  • Fixed bug #69668 (SOAP special XML characters in namespace URIs not encoded).
standard
  • Fixed bug #80915 (Taking a reference to $_SERVER hides its values from phpinfo()).
  • Fixed bug #80914 ('getdir' accidentally defined as an alias of 'dir').
To Top