PHP Release 7.1.5


PHP 7.1.5 Release Announcement

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

For source downloads of PHP 7.1.5 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.5 (tar.bz2)
SHA256: 28eaa4784f1bd8b7dc71206dc8c4375510199432dc17af6906b14d16b3058697
PHP 7.1.5 (tar.gz)
SHA256: f7ff8039f5c3a7da4d62a3cce6378280224acfa27ab5a5bee25b7439bce01c17
PHP 7.1.5 (tar.xz)
SHA256: d149a3c396c45611f5dc6bf14be190f464897145a76a8e5851cf18ff7094f6ac
Change Logs
core
  • Fixed bug #74408 (Endless loop bypassing execution time limit).
  • Fixed bug #74353 (Segfault when killing within bash script trap code).
  • Fixed bug #74340 (Magic function __get has different behavior in php 7.1.x).
  • Fixed bug #74188 (Null coalescing operator fails for undeclared static class properties).
  • Fixed bug #74444 (multiple catch freezes in some cases).
  • Fixed bug #74410 (stream_select() is broken on Windows Nanoserver).
  • Fixed bug #74337 (php-cgi.exe crash on facebook callback).
  • Patch for bug #74216 was reverted.
date
  • Fixed bug #74404 (Wrong reflection on DateTimeZone::getTransitions).
  • Fixed bug #74080 (add constant for RFC7231 format datetime).
dom
  • Fixed bug #74416 (Wrong reflection on DOMNode::cloneNode).
fileinfo
  • Fixed bug #74379 (syntax error compile error in libmagic/apprentice.c).
gd
  • Fixed bug #74343 (compile fails on solaris 11 with system gd2 library).
mysqli
  • Fixed bug #74432 (mysqli_connect adding ":3306" to $host if $port parameter not given).
mysqlnd
  • Fixed bug #74376 (Invalid free of persistent results on error/connection loss).
intl
  • Fixed bug #65683 (Intl does not support DateTimeImmutable).
  • Fixed bug #74298 (IntlDateFormatter->format() doesn't return microseconds/fractions).
  • Fixed bug #74433 (wrong reflection for Normalizer methods).
  • Fixed bug #74439 (wrong reflection for Locale methods).
opcache
  • Fixed bug #74456 (Segmentation error while running a script in CLI mode).
  • Fixed bug #74431 (foreach infinite loop).
  • Fixed bug #74442 (Opcached version produces a nested array).
openssl
  • Fixed bug #73833 (null character not allowed in openssl_pkey_get_private).
  • Fixed bug #73711 (Segfault in openssl_pkey_new when generating DSA or DH key).
  • Fixed bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without seconds).
  • Fixed bug #73808 (iv length warning too restrictive for aes-128-ccm).
phar
  • Fixed bug #74383 (phar method parameters reflection correction).
readline
  • Fixed bug #74489 (readline() immediately returns false in interactive console mode).
standard
  • Fixed bug #72071 (setcookie allows max-age to be negative).
  • Fixed bug #74361 (Compaction in array_rand() violates COW).
streams
  • Fixed bug #74429 (Remote socket URI with unique persistence identifier broken).
To Top