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
-
core
-
Fixed bug
GH-8289 (Exceptions thrown within a yielded from iterator are not rethrown into the generator).
-
date
-
Fixed bug
GH-7979 (DatePeriod iterator advances when checking if valid).
-
ffi
-
Fixed bug
GH-8433 (Assigning function pointers to structs in FFI leaks).
-
fpm
-
iconv
-
Fixed bug
GH-8218 (ob_end_clean does not reset Content-Encoding header).
-
intl
-
Fixed bug
GH-8364 (msgfmt_format $values may not support references).
-
mysqli
-
Fixed bug
GH-8267 (MySQLi uses unsupported format specifier on Windows).
-
spl
-
Fixed bug
GH-8366 (ArrayIterator may leak when calling __construct()).
-
Fixed bug
GH-8273 (SplFileObject: key() returns wrong value).
-
streams
-
zlib
-
Fixed bug
GH-8218 (ob_end_clean does not reset Content-Encoding header).