PHP Release 7.1.6


PHP 7.1.6 Release Announcement

The PHP development team announces the immediate availability of PHP 7.1.6. Several bugs have been fixed. All PHP 7.1 users are encouraged to upgrade to this version.

For source downloads of PHP 7.1.6 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.6 (tar.bz2)
SHA256: 6e3576ca77672a18461a4b089c5790647f1b2c19f82e4f5e94c962609aabffcf
PHP 7.1.6 (tar.gz)
SHA256: 7ff8c01af791c7e499ee77e1b82e4b1d56e379efe1f706b1203d48751481fd9f
PHP 7.1.6 (tar.xz)
SHA256: 01584dc521ab7ec84b502b61952f573652fe6aa00c18d6d844fb9209f14b245b
Change Logs
core
  • Fixed bug #74600 (crash (SIGSEGV) in _zend_hash_add_or_update_i).
  • Fixed bug #74546 (SIGILL in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST).
  • Fixed bug #74589 (__DIR__ wrong for unicode character).
intl
  • Fixed bug #74468 (wrong reflection on Collator::sortWithSortKeys).
mysqli
  • Fixed bug #74547 (mysqli::change_user() doesn't accept null as $database argument w/strict_types).
opcache
  • Fixed bug #74596 (SIGSEGV with opcache.revalidate_path enabled).
phar
  • Fixed bug #51918 (Phar::webPhar() does not handle requests sent through PUT and DELETE method).
readline
  • Fixed bug #74490 (readline() moves the cursor to the beginning of the line).
standard
  • Fixed bug #74510 (win32/sendmail.c anchors CC header but not BCC).
xmlreader
  • Fixed bug #74457 (Wrong reflection on XMLReader::expand).
To Top