PHP Release 7.1.24


PHP 7.1.24 Release Announcement

The PHP development team announces the immediate availability of PHP 7.1.24. This is a bugfix release.

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

For source downloads of PHP 7.1.24 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.24 (tar.bz2)
SHA256: 66de24e73c7f6006f090c1b187d6b218c8fa6a513acca4ff5c14b695a7391e0b
PHP 7.1.24 (tar.gz)
SHA256: 1e780b1af3eeb8fba9e5af6205c960184a0c3a0ef091aaa192e7b7d6b67405d0
PHP 7.1.24 (tar.xz)
SHA256: e70dcec0ae28b6bc308b78972ec15aa850808819cc765f505aa51e5a7e2fa5d7
Change Logs
core
  • Fixed bug #76946 (Cyclic reference in generator not detected).
  • Fixed bug #77035 (The phpize and ./configure create redundant .deps file).
  • Fixed bug #77041 (buildconf should output error messages to stderr)
date
  • Fixed bug #75851 (Year component overflow with date formats "c", "o", "r" and "y").
fcgi
  • Fixed bug #76948 (Failed shutdown/reboot or end session in Windows).
  • Fixed bug #76954 (apache_response_headers removes last character from header name).
ftp
  • Fixed bug #76972 (Data truncation due to forceful ssl socket shutdown).
intl
  • Fixed bug #76942 (U_ARGUMENT_TYPE_MISMATCH).
standard
  • Fixed bug #76965 (INI_SCANNER_RAW doesn't strip trailing whitespace).
tidy
  • Fixed bug #77027 (tidy::getOptDoc() not available on Windows).
xml
  • Fixed bug #30875 (xml_parse_into_struct() does not resolve entities).
  • Add support for getting SKIP_TAGSTART and SKIP_WHITE options.
To Top