PHP Release 7.1.4


PHP 7.1.4 Release Announcement

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

For source downloads of PHP 7.1.4 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.4 (tar.bz2)
SHA256: 39bf697836e2760b3a44ea322e9e5f1f5b1f07abeb0111f6495eff7538e25805
PHP 7.1.4 (tar.gz)
SHA256: ed0006c86de503684dde04c6dd811ea2354a3b6d10ebd9f0cb103dcd28f0e70f
PHP 7.1.4 (tar.xz)
SHA256: 71514386adf3e963df087c2044a0b3747900b8b1fc8da3a99f0a0ae9180d300b
Change Logs
core
  • Fixed bug #74149 (static embed SAPI linkage error).
  • Fixed bug #73370 (falsely exits with "Out of Memory" when using USE_ZEND_ALLOC=0).
  • Fixed bug #73960 (Leak with instance method calling static method with referenced return).
  • Fixed bug #69676 (Resolution of self::FOO in class constants not correct).
  • Fixed bug #74265 (Build problems after 7.0.17 release: undefined reference to `isfinite').
  • Fixed bug #74302 (yield fromLABEL is over-greedy).
apache
  • Reverted patch for bug #61471, fixes bug #74318.
date
  • Fixed bug #72096 (Swatch time value incorrect for dates before 1970).
dom
  • Fixed bug #74004 (LIBXML_NOWARNING flag ingnored on loadHTML*).
iconv
  • Fixed bug #74230 (iconv fails to fail on surrogates).
oci8
  • Fixed uninitialized data causing random crash.
opcache
  • Fixed bug #74250 (OPcache compilation performance regression in PHP 5.6/7 with huge classes).
openssl
  • Fixed bug #72333 (fwrite() on non-blocking SSL sockets doesn't work).
pdo mysql
  • Fixed bug #71003 (Expose MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT to PDO interface).
spl
  • Fixed bug #74058 (ArrayObject can not notice changes).
sqlite
  • Implemented FR #74217 (Allow creation of deterministic sqlite functions).
streams
  • Fixed bug #74216 (Correctly fail on invalid IP address ports).
zlib
  • Fixed bug #74240 (deflate_add can allocate too much memory).
To Top