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
Change Log
-
cli
-
Fixed bug
GH-8575 (CLI closes standard streams too early).
-
core
-
date
-
Fixed bug
#72963 (Null-byte injection in CreateFromFormat and related functions).
-
Fixed bug
GH-8471 (Segmentation fault when converting immutable and mutable DateTime instances created using reflection).
-
fpm
-
mysqlnd
-
Fixed bug
#81719: mysqlnd/pdo password buffer overflow. (CVE-2022-31626)
c dot fol at ambionics dot io
-
opcache
-
Fixed bug
GH-8466 (ini_get() is optimized out when the option does not exist).
-
pgsql
-
Fixed bug
#81720: Uninitialized array in pg_query_params(). (CVE-2022-31625)
-
pcntl
-
soap
-
Fixed bug
GH-8578 (Error on wrong parameter on SoapHeader constructor).
-
Fixed bug
GH-8538 (SoapClient may strip parts of nmtokens).
-
spl
-
Fixed bug
GH-8235 (iterator_count() may run indefinitely).
-
zip