PHP Release 8.0.29


PHP 8.0.29 Release Announcement

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

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

For source downloads of PHP 8.0.29 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.29 (tar.gz)
SHA256: db6ee08df5706365f624cde1cffb20ad6de1effe59d7e886337213a09f2e2684
PHP 8.0.29 (tar.bz2)
SHA256: 4801a1f0e17170286723ab54acd045ac78a9656021d56f104a64543eec922e12
PHP 8.0.29 (tar.xz)
SHA256: 14db2fbf26c07d0eb2c9fab25dbde7e27726a3e88452cca671f0896bbb683ca9
Change Logs
soap
  • Fixed bug GHSA-76gg-c692-v2mw (Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP). (CVE-2023-3247)
To Top