PHP Release 7.1.22


PHP 7.1.22 Release Announcement

The PHP development team announces the immediate availability of PHP 7.1.22. This is a security release. All PHP 7.1 users are encouraged to upgrade to this version.

For source downloads of PHP 7.1.22 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.22 (tar.bz2)
SHA256: c8e91f19c8aa810ae95f228ff31cf0e4805cb89f4c10870ee12c85491b26e763
PHP 7.1.22 (tar.gz)
SHA256: 1d275115593a33315647094a5a4ee9bd73c7960c08686cee35dc2e683a68b157
PHP 7.1.22 (tar.xz)
SHA256: 9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d
Change Logs
core
  • Fixed bug #76754 (parent private constant in extends class memory leak).
  • Fixed bug #72443 (Generate enabled extension).
bz2
  • Fixed arginfo for bzcompress.
gettext
  • Fixed bug #76517 (incorrect restoring of LDFLAGS).
iconv
  • Fixed bug #68180 (iconv_mime_decode can return extra characters in a header).
  • Fixed bug #63839 (iconv_mime_decode_headers function is skipping headers).
  • Fixed bug #60494 (iconv_mime_decode does ignore special characters).
  • Fixed bug #55146 (iconv_mime_decode_headers() skips some headers).
intl
  • Fixed bug #74484 (MessageFormatter::formatMessage memory corruption with 11+ named placeholders).
libxml
  • Fixed bug #76777 ("public id" parameter of libxml_set_external_entity_loader callback undefined).
mbstring
  • Fixed bug #76704 (mb_detect_order return value varies based on argument type).
opcache
  • Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar file).
openssl
  • Fixed bug #76705 (unusable ssl => peer_fingerprint in stream_context_create()).
phpdbg
  • Fixed bug #76595 (phpdbg man page contains outdated information).
spl
  • Fixed bug #68825 (Exception in DirectoryIterator::getLinkTarget()).
  • Fixed bug #68175 (RegexIterator pregFlags are NULL instead of 0).
standard
  • Fixed bug #76778 (array_reduce leaks memory if callback throws exception).
zlib
  • Fixed bug #65988 (Zlib version check fails when an include/zlib/ style dir is passed to the --with-zlib configure option).
  • Fixed bug #76709 (Minimal required zlib library is 1.2.0.4).
To Top