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.2 (tar.gz)
- sha256: cc17a32f76beb5f405da39a548218b3b6736710884fcd761838098553df149da
-
PHP 8.0.2 (tar.bz2)
- sha256: 000fa89e3eae317c0b17ee048229cd68a38a3b0fef72c558681fd004057ba3e6
-
PHP 8.0.2 (tar.xz)
- sha256: 84dd6e36f48c3a71ff5dceba375c1f6b34b71d4fa9e06b720780127176468ccc
Change Log
-
core
-
Fixed bug
#80523 (bogus parse error on >4GB source code).
-
Fixed bug
#80384 (filter buffers entire read until file closed).
-
Fixed bug
#80596 (Invalid union type TypeError in anonymous classes).
-
Fixed bug
#80617 (GCC throws warning about type narrowing in ZEND_TYPE_INIT_CODE).
-
bcmath
-
Fixed bug
#80545 (bcadd('a', 'a') doesn't throw an exception).
-
curl
-
Fixed bug
#80595 (Resetting POSTFIELDS to empty array breaks request).
-
date
-
Fixed bug
#80376 (last day of the month causes runway cpu usage).
-
dom
-
Fixed bug
#80537 (Wrong parameter type in DOMElement::removeAttributeNode stub).
-
filter
-
Fixed bug
#80584 (0x and 0X are considered valid hex numbers by filter_var()).
-
gmp
-
Fixed bug
#80560 (Strings containing only a base prefix return 0 object).
-
intl
-
Fixed bug
#80644 (Missing resource causes subsequent get() calls to fail).
-
mysqli
-
Fixed bug
#67983 (mysqlnd with MYSQLI_OPT_INT_AND_FLOAT_NATIVE fails to interpret bit columns).
-
Fixed bug
#64638 (Fetching resultsets from stored procedure with cursor fails).
-
Fixed bug
#72862 (segfault using prepared statements on stored procedures that use a cursor).
-
Fixed bug
#77935 (Crash in mysqlnd_fetch_stmt_row_cursor when calling an SP with a cursor).
-
odbc
-
Fixed bug
#80592 (all floats are the same in ODBC parameters).
-
opcache
-
Fixed bug
#80422 (php_opcache.dll crashes when using Apache 2.4 with JIT).
-
pdo_firebird
-
Fixed bug
#80521 (Parameters with underscores no longer recognized).
-
phar
-
Fixed bug
#76929 (zip-based phar does not respect phar.require_hash).
-
Fixed bug
#77565 (Incorrect locator detection in ZIP-based phars).
-
Fixed bug
#69279 (Compressed ZIP Phar extractTo() creates garbage files).
-
phpdbg