PHP Release 8.0.6


PHP 8.0.6 Release Announcement

The PHP development team announces the immediate availability of PHP 8.0.6. This release reverts a bug related to PDO_pgsql that was introduced in PHP 8.0.5.

PHP 8.0 users that use PDO_pgsql are encouraged to upgrade to this version.

For source downloads of PHP 8.0.6 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.6 (tar.gz)
SHA256: 51a3dcea6deb8ab82ad035d15baa7f5398980f576ac1968313ef149f7cf20100
PHP 8.0.6 (tar.bz2)
SHA256: 26a8a9dad66012039deb0bcf151c6e22ab1e4b6a91508383ff705da41289526e
PHP 8.0.6 (tar.xz)
SHA256: e9871d3b6c391fe9e89f86f6334852dcc10eeaaa8d5565beb8436e7f0cf30e20
Change Logs
pdo_pgsql
  • Revert "Fixed bug #80892 " from PHP 8.0.5.
To Top