PHP Release 7.1.17


PHP 7.1.17 Release Announcement

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

For source downloads of PHP 7.1.17 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.17 (tar.bz2)
SHA256: e124e3ac552c50f3890ed981d07b2ee473cac961885e75186ded0bbb5b78dbcf
PHP 7.1.17 (tar.gz)
SHA256: aba44265bf814a020282afa63321323e1f81da61bd7318ab2b941857a15cb144
PHP 7.1.17 (tar.xz)
SHA256: 1a784806866e06367f7a5c88775d239d6f30041c7ce65a8232d03a3d4de56d56
Change Logs
date
  • Fixed bug #76131 (mismatch arginfo for date_create).
fpm
  • Fixed bug #68440 (ERROR: failed to reload: execvp() failed: Argument list too long).
  • Fixed incorrect write to getenv result in FPM reload.
gd
  • Fixed bug #52070 (imagedashedline() - dashed line sometimes is not visible).
intl
  • Fixed bug #76153 (Intl compilation fails with icu4c 61.1).
mbstring
  • Fixed bug #75944 (Wrong cp1251 detection).
  • Fixed bug #76113 (mbstring does not build with Oniguruma 6.8.1).
phpdbg
  • Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite).
spl
  • Fixed bug #76131 (mismatch arginfo for splarray constructor).
standard
  • Fixed bug #75996 (incorrect url in header for mt_rand).
To Top