PHP Release 8.0.26


PHP 8.0.26 Release Announcement

The PHP development team announces the immediate availability of PHP 8.0.26. 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.26 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.

Please note, this is the last bug-fix release for the 8.0.x series. Security fix support will continue until 26 Nov 2023. For more information, please check our Supported Versions page.

Source Code
PHP 8.0.26 (tar.gz)
SHA256: 3c83a7355a640b2ba436b8202e8597df8f9daadee1ec9241729ece8e578d21cd
PHP 8.0.26 (tar.bz2)
SHA256: 6df87af96f275a75889ece6e3fe4a13abd93a767a9992863bdc0e90f1e887ee7
PHP 8.0.26 (tar.xz)
SHA256: 0765bfbe640dba37ccc36d2bc7c7b7ba3d2c3381c9cd4305f66eca83e82a40b3
Change Logs
cli
  • Fixed bug GH-9709 (Null pointer dereference with -w/-s options).
core
  • Fixed bug GH-9752 (Generator crashes when interrupted during argument evaluation with extra named params).
  • Fixed bug GH-9801 (Generator crashes when memory limit is exceeded during initialization).
  • Fixed potential NULL pointer dereference in Windows shm*() functions.
  • Fixed bug GH-9750 (Generator memory leak when interrupted during argument evaluation.
date
  • Fixed bug GH-9763 (DateTimeZone ctr mishandles input and adds null byte if the argument is an offset larger than 100*60 minutes).
fpm
  • Fixed bug GH-9754 (SaltStack (using Python subprocess) hangs when running php-fpm 8.1.11).
  • Fixed bug GH-9959 (Solaris port event mechanism is still broken after bug #66694).
mysqli
  • Fixed bug GH-9841 (mysqli_query throws warning despite using silenced error mode).
openssl
  • Fixed bug GH-8430 (OpenSSL compiled with no-md2, no-md4 or no-rmd160 does not build).
soap
  • Fixed GH-9720 (Null pointer dereference while serializing the response).
To Top