PHP Release 7.1.16


PHP 7.1.16 Release Announcement

The PHP development team announces the immediate availability of PHP 7.1.16. This is a security fix release, containing one security fix and many bug fixes. All PHP 7.1 users are encouraged to upgrade to this version.

For source downloads of PHP 7.1.16 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.16 (tar.bz2)
SHA256: 348e2af9c7c0f327a57a972674078777dfde189e2598acbcb8618b9645b0e7e5
PHP 7.1.16 (tar.gz)
SHA256: c8e6fed5b350b29a5b9eaa9fce7c5e8618629346e9a58212f3dc380046065442
PHP 7.1.16 (tar.xz)
SHA256: a5d67e477248a3911af7ef85c8400c1ba8cd632184186fd31070b96714e669f1
Change Logs
core
  • Fixed bug #76025 (Segfault while throwing exception in error_handler).
  • Fixed bug #76044 ('date: illegal option -- -' in ./configure on FreeBSD).
fpm
  • Fixed bug #75605 (Dumpable FPM child processes allow bypassing opcache access controls).
gd
  • Fixed bug #73957 (signed integer conversion in imagescale()).
odbc
  • Fixed bug #76088 (ODBC functions are not available by default on Windows).
opcache
  • Fixed bug #76074 (opcache corrupts variable in for-loop).
phar
  • Fixed bug #76085 (Segmentation fault in buildFromIterator when directory name contains a \n).
standard
  • Fixed bug #74139 (mail.add_x_header default inconsistent with docs).
  • Fixed bug #76068 (parse_ini_string fails to parse "[foo]\nbar=1|>baz" with segfault).
To Top