PHP Release 7.2.28


PHP 7.2.28 Release Announcement

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

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

For source downloads of PHP 7.2.28 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.28 (tar.bz2)
SHA256: 7c953a5b79db3d8d45c65014aef382a48e1c3435cf0c2574e942957f0cdd52a3
PHP 7.2.28 (tar.gz)
SHA256: ed5fede7602ccd8d1294b4e4aef7f92f4e3af58ab040bd349264b3f5dbef3261
PHP 7.2.28 (tar.xz)
SHA256: afe1863301da572dee2e0bad8014813bcced162f980ddc8ec8e41fd72263eb2d
Change Logs
dom
  • Fixed bug #77569: (Write Access Violation in DomImplementation).
phar
  • Fixed bug #79082 (Files added to tar with Phar::buildFromIterator have all-access permissions). (CVE-2020-7063)
session
  • Fixed bug #79221 (Null Pointer Dereference in PHP Session Upload Progress). (CVE-2020-7062)
To Top