PHP Release 8.0.10


PHP 8.0.10 Release Announcement

The PHP development team announces the immediate availability of PHP 8.0.10. This is a security fix release.

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

For source downloads of PHP 8.0.10 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.10 (tar.gz)
SHA256: 4612dca9afe8148801648839175ab588097ace66658c6859e9f283ecdeaf84b3
PHP 8.0.10 (tar.bz2)
SHA256: c94547271410900845b084ec2bcb3466af363eeca92cb24bd611dcbdc26f1587
PHP 8.0.10 (tar.xz)
SHA256: 66dc4d1bc86d9c1bc255b51b79d337ed1a7a035cf71230daabbf9a4ca35795eb
Change Logs
core
  • Fixed bug #72595 (php_output_handler_append illegal write access).
  • Fixed bug #66719 (Weird behaviour when using get_called_class() with call_user_func()).
  • Fixed bug #81305 (Built-in Webserver Drops Requests With "Upgrade" Header).
bcmath
  • Fixed bug #78238 (BCMath returns "-0").
cgi
  • Fixed bug #80849 (HTTP Status header truncation).
date
  • Fixed bug #64975 (Error parsing when AM/PM not at the end).
  • Fixed bug #78984 (DateTimeZone accepting invalid UTC timezones).
  • Fixed bug #79580 (date_create_from_format misses leap year).
  • Fixed bug #80409 (DateTime::modify() loses time with 'weekday' parameter).
gd
  • Fixed bug #51498 (imagefilledellipse does not work for large circles).
mysqli
  • Fixed bug #74544 (Integer overflow in mysqli_real_escape_string()).
opcache
  • Fixed bug #81225 (Wrong result with pow operator with JIT enabled).
  • Fixed bug #81249 (Intermittent property assignment failure with JIT enabled).
  • Fixed bug #81206 (Multiple PHP processes crash with JIT enabled).
  • Fixed bug #81272 (Segfault in var[] after array_slice with JIT).
  • Fixed Bug #81255 (Memory leak in PHPUnit with functional JIT).
  • Fixed Bug #80959 (infinite loop in building cfg during JIT compilation)
  • Fixed bug #81226 (Integer overflow behavior is different with JIT enabled).
openssl
  • Fixed bug #81327 (Error build openssl extension on php 7.4.22).
pdo_odbc
  • Fixed bug #81252 (PDO_ODBC doesn't account for SQL_NO_TOTAL).
shmop
  • Fixed bug #81283 (shmop can't read beyond 2147483647 bytes).
simplexml
  • Fixed bug #81325 (Segfault in zif_simplexml_import_dom).
standard
  • Fixed bug #72146 (Integer overflow on substr_replace).
  • Fixed bug #81265 (getimagesize returns 0 for 256px ICO images).
  • Fixed bug #74960 (Heap buffer overflow via str_repeat).
streams
  • Fixed bug #81294 (Segfault when removing a filter).
To Top