PHP Release 7.2.30


PHP 7.2.30 Release Announcement

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

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

For source downloads of PHP 7.2.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.2.30 (tar.bz2)
SHA256: c4cf5c9debe8fd8def0a933231cf2fa3a8bdd22555ae57e825bfac6a87a712bf
PHP 7.2.30 (tar.gz)
SHA256: daa53d22510b0fd433904d1c3de460746860a974b776f727ac8acecb44e16e2f
PHP 7.2.30 (tar.xz)
SHA256: aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3
Change Logs
standard
  • Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter appended).
  • Fixed bug #79330 (shell_exec() silently truncates after a null byte).
  • Fixed bug #79465 (OOB Read in urldecode()).
To Top