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
#81656 (GCC-11 silently ignores -R).
-
Fixed bug
#81585 (cached_chunks are not counted to real_size on shutdown).
-
filter
-
hash
-
Fixed bug
GH-7759 (Incorrect return types for hash() and hash_hmac()).
-
Fixed bug
GH-7826 (Inconsistent argument name in hash_hmac_file and hash_file).
-
mysqlnd
-
oci8
-
Fixed bug
GH-7765 (php_oci_cleanup_global_handles segfaults at second call).
-
opcache
-
Fixed bug
#81679 (Tracing JIT crashes on reattaching).
-
pdo_pgsql
-
sockets
-
spl
-
Fixed bug
#75917 (SplFileObject::seek broken with CSV flags).