PHP Release 7.1.32


PHP 7.1.32 Release Announcement

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

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

For source downloads of PHP 7.1.32 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.32 (tar.bz2)
SHA256: d7c7a1adddc75ac17f63349e966db25930b6b3ce736640349bea9e10909cab7a
PHP 7.1.32 (tar.gz)
SHA256: 6e51a2fc610352438b2a1c40310468a1e2b5baf2fff43be77f9f408a9111590c
PHP 7.1.32 (tar.xz)
SHA256: 7f38b5bdaae3184d325a8c70e86c010afcc33651d15faafe277a0db6d2ea2741
Change Logs
mbstring
  • Fixed CVE-2019-13224 (don't allow different encodings for onig_new_deluxe)
pcre
  • Fixed bug #75457 (heap use-after-free in pcrelib)
To Top