PHP Release 8.0.27


PHP 8.0.27 Release Announcement

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

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

For source downloads of PHP 8.0.27 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.27 (tar.gz)
SHA256: fe2376faaf91c28ead89a36e118c177f4a8c9a7280a189b97265da1af1f4d305
PHP 8.0.27 (tar.bz2)
SHA256: 5fd882b14377c158c1b55cc6ace91fb8c19b77c596d5831ad124fbbbc902dbc8
PHP 8.0.27 (tar.xz)
SHA256: f942cbfe2f7bacbb8039fb79bbec41c76ea779ac5c8157f21e1e0c1b28a5fc3a
Change Logs
pdo/sqlite
  • Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
To Top