PHP Release 7.2.31


PHP 7.2.31 Release Announcement

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

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

For source downloads of PHP 7.2.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.2.31 (tar.bz2)
SHA256: 1ba7559745d704f39764a5deb002eb94f5cb8d9aaa219a6b8b32b94174e8a700
PHP 7.2.31 (tar.gz)
SHA256: 796837831ccebf00dc15921ed327cfbac59177da41b33044d9a6c7134cdd250c
PHP 7.2.31 (tar.xz)
SHA256: 8beaa634bb878a96af9bc8643811ea46973f5f41ad2bfb6ab4cfd290e5a39806
Change Logs
core
  • Fixed bug #78875 (Long filenames cause OOM and temp files are not cleaned). (CVE-2019-11048)
  • Fixed bug #78876 (Long variables in multipart/form-data cause OOM and temp files are not cleaned). (CVE-2019-11048)
To Top