PHP Release 7.2.33


PHP 7.2.33 Release Announcement

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

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

For source downloads of PHP 7.2.33 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.33 (tar.bz2)
SHA256: 03dda3a3a0c8befc9b381bc9cf4638d13862783fc7b8aef43fdd4431ab85854d
PHP 7.2.33 (tar.gz)
SHA256: 97bb6b88ddfa44f36c4fc84a1a718faef476f61b532d26ea29e3e9f6cd79d839
PHP 7.2.33 (tar.xz)
SHA256: 0f160a3483ffce36be5962fab7bcf09d605ee66c5707df83e4195cb796bbb03a
Change Logs
core
  • Fixed bug #79877 (getimagesize function silently truncates after a null byte)
phar
  • Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068)
To Top