PHP Release 7.1.15


PHP 7.1.15 Release Announcement

The PHP development team announces the immediate availability of PHP 7.1.15. 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.15 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.15 (tar.bz2)
SHA256: e117a54738e9485de5fc75673d39dbe937dd87f0f9cc9e281960ef9b961adcbd
PHP 7.1.15 (tar.gz)
SHA256: 0669c68a52cbd2f1cfa83354918ed03b0bcaa34ed9bafaee7dfd343461b881d4
PHP 7.1.15 (tar.xz)
SHA256: 0e17192fb43532e4ebaa190ecec9c7e59deea7dadb7dab67b19c2081a68bd817
Change Logs
apache2handler
  • Fixed bug #75882 (a simple way for segfaults in threadsafe php just with configuration).
date
  • Fixed bug #75857 (Timezone gets truncated when formatted).
  • Fixed bug #75928 (Argument 2 for `DateTimeZone::listIdentifiers()` should accept `null`).
  • Fixed bug #68406 (calling var_dump on a DateTimeZone object modifies it).
ftp
  • Fixed ftp_pasv arginfo.
  • Fixed imagesetinterpolation arginfo.
iconv
  • Fixed bug #75867 (Freeing uninitialized pointer).
ldap
  • Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros).
libxml2
  • Fixed bug #75871 (use pkg-config where available).
  • mysqlnd
  • Fixed negotiation of MySQL authenticaton plugin.
  • Fixed a memleak with SSL connections.
odbc
  • Fixed bug #73725 (Unable to retrieve value of varchar(max) type).
opcache
  • Fixed bug #75969 (Assertion failure in live range DCE due to block pass misoptimization).
openssl
  • Fixed openssl_* arginfos.
pcntl
  • Fixed bug #75873 (pcntl_wexitstatus returns incorrect on Big_Endian platform (s390x)).
pgsql
  • Fixed #75838 (Memory leak in pg_escape_bytea()).
phar
  • Fixed bug #65414 (deal with leading slash when adding files correctly).
spl
  • Fixed bug #74519 (strange behavior of AppendIterator).
standard
  • Fixed bug #75961 (Strange references behavior).
  • Fixed bug #75916 (DNS_CAA record results contain garbage).
  • Fixed some arginfos.
  • Fixed bug #75981 (stack-buffer-overflow while parsing HTTP response).
To Top