PHP Release 7.1.28


PHP 7.1.28 Release Announcement

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

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

For source downloads of PHP 7.1.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.1.28 (tar.bz2)
SHA256: 739e8733fe1fc5e69e6226da6dba7a31bacfd2e3871ad2c97a792638f22c54c9
PHP 7.1.28 (tar.gz)
SHA256: 4df587338d4c5dfe27050c7ac72a6b7583ecaee9d3fbfc03427667a86e081999
PHP 7.1.28 (tar.xz)
SHA256: 45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2
Change Logs
exif
  • Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (CVE-2019-11034)
  • Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). (CVE-2019-11035)
sqlite3
  • Added sqlite3.defensive INI directive.
To Top