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.1 (tar.gz)
- sha256: f1fee0429aa2cce6bc5df5d7e65386e266b0aab8a5fad7882d10eb833d2f5376
-
PHP 8.0.1 (tar.bz2)
- sha256: c44e76af40d133de64564f9caf5daec52bbe84c1ccb4e4500a62233d614ebdee
-
PHP 8.0.1 (tar.xz)
- sha256: 208b3330af881b44a6a8c6858d569c72db78dab97810332978cc65206b0ec2dc
Change Log
-
core
-
Fixed bug
#80345 (PHPIZE configuration has outdated PHP_RELEASE_VERSION).
-
Fixed bug
#72964 (White space not unfolded for CC/Bcc headers).
-
Fixed bug
#80391 (Iterable not covariant to mixed).
-
Fixed bug
#80393 (Build of PHP extension fails due to configuration gap with libtool).
kir dot morozov at gmail dot com
-
Fixed bug
#77069 (stream filter loses final block of data).
-
fileinfo
-
Fixed bug
#77961 (finfo_open crafted magic parsing SIGABRT).
-
fpm
-
Fixed bug
#69625 (FPM returns 200 status on request without SCRIPT_FILENAME env).
-
imap
-
intl
-
Fixed bug
#80425 (MessageFormatAdapter::getArgTypeList redefined).
-
oci8
-
opcache
-
Fixed bug
#80404 (Incorrect range inference result when division results in float).
-
Fixed bug
#80377 (Opcache misses executor_globals).
-
Fixed bug
#80433 (Unable to disable the use of the AVX command when using JIT).
-
Fixed bug
#80447 (Strange out of memory error when running with JIT).
-
Fixed bug
#80480 (Segmentation fault with JIT enabled).
-
Fixed bug
#80506 (Immediate SIGSEGV upon ini_set("opcache.jit_debug", 1)).
-
openssl
-
Fixed bug
#80368 (OpenSSL extension fails to build against LibreSSL due to lack of OCB support).
-
pdo mysql
-
Fixed bug
#80458 (PDOStatement::fetchAll() throws for upsert queries).
-
Fixed bug
#63185 (nextRowset() ignores MySQL errors with native prepared statements).
-
Fixed bug
#78152 (PDO::exec() - Bad error handling with multiple commands).
-
Fixed bug
#66878 (Multiple rowsets not returned unless PDO statement object is unset()).
-
Fixed bug
#70066 (Unexpected "Cannot execute queries while other unbuffered queries").
-
Fixed bug
#71145 (Multiple statements in init command triggers unbuffered query error).
-
Fixed bug
#76815 (PDOStatement cannot be GCed/closeCursor-ed when a PROCEDURE resultset SIGNAL).
-
Fixed bug
#79872 (Can't execute query with pending result sets).
-
Fixed bug
#79131 (PDO does not throw an exception when parameter values are missing).
-
Fixed bug
#72368 (PdoStatement->execute() fails but does not throw an exception).
-
Fixed bug
#62889 (LOAD DATA INFILE broken).
-
Fixed bug
#67004 (Executing PDOStatement::fetch() more than once prevents releasing resultset).
-
Fixed bug
#79132 (PDO re-uses parameter values from earlier calls to execute()).
-
phar
-
Fixed bug
#73809 (Phar Zip parse crash - mmap fail).
-
Fixed bug
#75102 (`PharData` says invalid checksum for valid tar).
-
Fixed bug
#77322 (PharData::addEmptyDir('/') Possible integer overflow).
-
phpdbg
-
Fixed bug
#76813 (Access violation near NULL on source operand).
-
spl
-
standard
-
Fixed bug
#77423 (FILTER_VALIDATE_URL accepts URLs with invalid userinfo). (CVE-2020-7071)
-
Fixed bug
#80366 (Return Value of zend_fstat() not Checked).
-
tidy
-
Fixed bug
#77594 (ob_tidyhandler is never reset).
-
tokenizer
-
Fixed bug
#80462 (Nullsafe operator tokenize with TOKEN_PARSE flag fails).
-
xml
-
zlib