PHP Release 7.1.14


PHP 7.1.14 Release Announcement

The PHP development team announces the immediate availability of PHP 7.1.14. This is a bugfix release, with several bug fixes included. All PHP 7.1 users are encouraged to upgrade to this version.

For source downloads of PHP 7.1.14 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.14 (tar.bz2)
SHA256: 63b2fd139ed7656756b0fa290bc42f8fff854723c3d2710a700e646370c581f4
PHP 7.1.14 (tar.gz)
SHA256: 8c7360209d255ee46d388bdcd43ef1a2d14b370c331be30ea628ece18a1e7683
PHP 7.1.14 (tar.xz)
SHA256: c09f0c1074f5689b492d79034adb84e6a6c6d08c6763c02282e6318d41156779
Change Logs
core
  • Fixed bug #75679 (Path 260 character problem).
  • Fixed bug #75786 (segfault when using spread operator on generator passed by reference).
  • Fixed bug #75799 (arg of get_defined_functions is optional).
  • Fixed bug #75396 (Exit inside generator finally results in fatal error).
  • Fixed bug #75079 (self keyword leads to incorrectly generated TypeError when in closure in trait).
fcgi
  • Fixed bug #75794 (getenv() crashes on Windows 7.2.1 when second parameter is false).
imap
  • Fixed bug #75774 (imap_append HeapCorruction).
mbstring
  • Fixed bug #62545 (wrong unicode mapping in some charsets).
opcache
  • Fixed bug #75720 (File cache not populated after SHM runs full).
  • Fixed bug #75579 (Interned strings buffer overflow may cause crash).
pgsql
  • Fixed bug #75671 (pg_version() crashes when called on a connection to cockroach).
readline
  • Fixed bug #75775 (readline_read_history segfaults with empty file).
sapi
  • Fixed bug #75735 ([embed SAPI] Segmentation fault in sapi_register_post_entry).
soap
  • Fixed bug #70469 (SoapClient generates E_ERROR even if exceptions=1 is used).
  • Fixed bug #75502 (Segmentation fault in zend_string_release).
spl
  • Fixed bug #75717 (RecursiveArrayIterator does not traverse arrays by reference).
  • Fixed bug #75242 (RecursiveArrayIterator doesn't have constants from parent class).
  • Fixed bug #73209 (RecursiveArrayIterator does not iterate object properties).
standard
  • Fixed bug #75781 (substr_count incorrect result).
To Top