PHP Release 7.1.23


PHP 7.1.23 Release Announcement

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

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

For source downloads of PHP 7.1.23 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.23 (tar.bz2)
SHA256: 2d79aa86d8f0faa760a712a1d7be50b57838a9770c1dff34020876630c2ecc4b
PHP 7.1.23 (tar.gz)
SHA256: b839a4de32e6770d10b87c2495c070d09277fe61008804b2992466f0dcc5f0fa
PHP 7.1.23 (tar.xz)
SHA256: 227a3c76133c3dc1cec937989456cbd89ed00e68e7260c651900dbe1f5b798bc
Change Logs
core
  • Fixed bug #76901 (method_exists on SPL iterator passthrough method corrupts memory).
  • Fixed bug #76846 (Segfault in shutdown function after memory limit error).
curl
  • Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).
iconv
  • Fixed bug #66828 (iconv_mime_encode Q-encoding longer than it should be).
opcache
  • Fixed bug #76832 (ZendOPcache.MemoryBase periodically deleted by the OS).
posix
  • Fixed bug #75696 (posix_getgrnam fails to print details of group).
reflection
  • Fixed bug #74454 (Wrong exception being thrown when using ReflectionMethod).
standard
  • Fixed bug #73457 (Wrong error message when fopen FTP wrapped fails to open data connection).
  • Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with stream_socket_client).
  • Fixed bug #75533 (array_reduce is slow when $carry is large array).
zlib
  • Fixed bug #75273 (php_zlib_inflate_filter() may not update bytes_consumed).
To Top