PHP Release 8.0.2


PHP 8.0.2 Release Announcement

The PHP development team announces the immediate availability of PHP 8.0.2. This is a bug fix release.

All PHP 8.0 users are encouraged to upgrade to this version.

For source downloads of PHP 8.0.2 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.

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 Logs
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
  • Reverted fix for bug #76813 (Access violation near NULL on source operand).
To Top