PHP Release 8.1.30


PHP 8.1.30 Release Announcement

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

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

For source downloads of PHP 8.1.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 8.1.30 (tar.gz)
SHA256: 80addd302b7e9708e0d106779c3827520eccaf14af1149174b51da33d63e6af7
PHP 8.1.30 (tar.bz2)
SHA256: cb1625e5ac49b91037477e3e7767bb0624343971aeb992f4791b618af571d23e
PHP 8.1.30 (tar.xz)
SHA256: f24a6007f0b25a53cb7fbaee69c85017e0345b62089c2425a0afb7e177192ed1
Change Logs
cgi
  • Fixed bug GHSA-p99j-rfp4-xqvq (Bypass of CVE-2024-4577, Parameter Injection Vulnerability). (CVE-2024-8926)
  • Fixed bug GHSA-94p6-54jq-9mwp (cgi.force_redirect configuration is bypassable due to the environment variable collision). (CVE-2024-8927)
fpm
sapi
To Top