PHP 8.0 is no longer officially supported by the PHP project.
Official support refers to that provided direct by the PHP Project.
If you install PHP via third-party packages, support timelines may be different.
Please read the Release Support Policy for more information.
The latest release of PHP 8.0 is
8.0.30 which includes important security patches.
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 Log
-
core
-
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).
Nickolas Daniel da Silva
Dmitry
-
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').