PHP Release 7.4.30


PHP 7.4.30 Release Announcement

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

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

For source downloads of PHP 7.4.30 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 7.4.30 (tar.gz)
SHA256: e37ea37e0f79109351ac615da85eb7c2c336101fc5bc802ee79a124a4310dc10
PHP 7.4.30 (tar.bz2)
SHA256: b601bb12e53720469b60ea816776cac1c0696b09888a11ad2379b2eee835386e
PHP 7.4.30 (tar.xz)
SHA256: ea72a34f32c67e79ac2da7dfe96177f3c451c3eefae5810ba13312ed398ba70d
Change Logs
mysqlnd
  • Fixed bug #81719: mysqlnd/pdo password buffer overflow. (CVE-2022-31626)
  • pgsql
  • Fixed bug #81720: Uninitialized array in pg_query_params(). (CVE-2022-31625)
To Top