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
#76025 (Segfault while throwing exception in error_handler).
-
Fixed bug
#76044 ('date: illegal option -- -' in ./configure on FreeBSD).
-
fpm
-
Fixed bug
#75605 (Dumpable FPM child processes allow bypassing opcache access controls).
-
gd
-
Fixed bug
#73957 (signed integer conversion in imagescale()).
-
odbc
-
Fixed bug
#76088 (ODBC functions are not available by default on Windows).
-
opcache
-
Fixed bug
#76074 (opcache corrupts variable in for-loop).
-
phar
-
Fixed bug
#76085 (Segmentation fault in buildFromIterator when directory name contains a \n).
-
standard
-
Fixed bug
#74139 (mail.add_x_header default inconsistent with docs).
-
Fixed bug
#76068 (parse_ini_string fails to parse "[foo]\nbar=1|>baz" with segfault).