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
-
PHP 7.1.8 (tar.bz2)
- sha256: 7064a00a9450565190890c7a4be04e646e0be73b2e0f8c46ae34419f343ca2f8
-
PHP 7.1.8 (tar.gz)
- sha256: 63517b3264f7cb17fb58e1ce60a6cd8903160239b7cf568d52024e9cf4d6cb04
-
PHP 7.1.8 (tar.xz)
- sha256: 8943858738604acb33ecedb865d6c4051eeffe4e2d06f3a3c8f794daccaa2aab
Change Log
-
core
-
Fixed bug
#74832 (Loading PHP extension with already registered function name leads to a crash).
-
Fixed bug
#74780 (parse_url() broken when query string contains colon).
-
Fixed bug
#74761 (Unary operator expected error on some systems).
-
Fixed bug
#73900 (Use After Free in unserialize() SplFixedArray).
-
Fixed bug
#74923 (Crash when crawling through network share).
-
Fixed bug
#74913 (fixed incorrect poll.h include).
-
Fixed bug
#74906 (fixed incorrect errno.h include).
-
date
-
Fixed bug
#74852 (property_exists returns true on unknown DateInterval property).
-
oci8
-
Fixed bug
#74625 (Integer overflow in oci_bind_array_by_name).
-
opcache
-
Fixed bug
#74623 (Infinite loop in type inference when using HTMLPurifier).
-
openssl
-
pdo
-
Fixed bug
#69356 (PDOStatement::debugDumpParams() truncates query).
-
spl
-
Fixed bug
#73471 (PHP freezes with AppendIterator).
-
sqlite3
-
Fixed bug
#74883 (SQLite3::__construct() produces "out of memory" exception with invalid flags).
-
wddx
-
Fixed bug
#73173 (huge memleak when wddx_unserialize).
-
zlib
-
Fixed bug
#73944 (dictionary option of inflate_init() does not work).