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
#81302 (Stream position after stream filter removed).
-
Fixed bug
#81346 (Non-seekable streams don't update position after write).
-
Fixed bug
#73122 (Integer Overflow when concatenating strings).
-
Fixed bug
#53580 (During resize gdImageCopyResampled cause colors change).
-
opcache
-
Fixed bug
#81353 (segfault with preloading and statically bound closure).
-
shmop
-
Fixed bug
#81407 (shmop_open won't attach and causes php to crash).
-
standard
-
Fixed bug
#71542 (disk_total_space does not work with relative paths).
-
Fixed bug
#81400 (Unterminated string in dns_get_record() results).
-
sysvmsg
-
Fixed bug
#78819 (Heap Overflow in msg_send).
-
xml
-
Fixed bug
#81351 (xml_parse may fail, but has no error code).
-
zip
-
Fixed bug
#80833 (ZipArchive::getStream doesn't use setPassword).
-
Fixed bug
#81420 (ZipArchive::extractTo extracts outside of destination). (CVE-2021-21706)