PHP Release 7.1.31


PHP 7.1.31 Release Announcement

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

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

For source downloads of PHP 7.1.31 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.31 (tar.bz2)
SHA256: 767573c2b732e78cc647602ec61fc948941a941a4071db59b522cf5e076825dd
PHP 7.1.31 (tar.gz)
SHA256: ea0558735653b9ce63e9cea41dd8f0d0b90dba6c39d39dd9a6aad5cc58b0bdfc
PHP 7.1.31 (tar.xz)
SHA256: 5cb53b63592ec4361f0ab12c684b10430344821a024881a387ead4299df78fa5
Change Logs
sqlite
  • Upgraded to SQLite 3.28.0.
exif
  • Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042)
  • Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041)
phar
  • Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN).
To Top