PHP Release 8.0.17


PHP 8.0.17 Release Announcement

The PHP development team announces the immediate availability of PHP 8.0.17. 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.17 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.17 (tar.gz)
SHA256: bdbd792901c156c4d1710c9d266732d3c17f6ff63850d6660b9d8d3411188424
PHP 8.0.17 (tar.bz2)
SHA256: 52811ee2dde71660ca32737a4ac696c24591eb22e846dd8e09ee77122660283f
PHP 8.0.17 (tar.xz)
SHA256: 4e7d94bb3d144412cb8b2adeb599fb1c6c1d7b357b0d0d0478dc5ef53532ebc5
Change Logs
core
  • Fixed Haiku ZTS build.
gd
  • Fixed libpng warning when loading interlaced images.
fpm
  • Fixed bug #76109 (Unsafe access to fpm scoreboard).
iconv
  • Fixed bug GH-7953 (ob_clean() only does not set Content-Encoding).
  • Fixed bug GH-7980 (Unexpected result for iconv_mime_decode).
mysqlnd
  • Fixed bug GH-8058 (NULL pointer dereference in mysqlnd package).
opcache
  • Fixed bug GH-8074 (Wrong type inference of range() result).
reflection
  • Fixed bug GH-8080 (ReflectionClass::getConstants() depends on def. order).
  • Fixed bug GH-8421 (Closures should accept attributes with Attribute::TARGET_FUNCTION).
zlib
  • Fixed bug GH-7953 (ob_clean() only does not set Content-Encoding).
To Top