PHP 7.1 is no longer officially supported by the PHP project.
Official support refers to that provided direct by the PHP Project.
If you install PHP via third-party packages, support timelines may be different.
Please read the Release Support Policy for more information.
The latest release of PHP 7.1 is
7.1.33 which includes important security patches.
Source Code
Change Log
-
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).