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.7 (tar.bz2)
- sha256: 079b6792987f38dc485f92258c04f9e02dedd593f9d260ebe725343f812d1ff8
-
PHP 7.1.7 (tar.gz)
- sha256: e0dbab8da601ee5119368d6f93dc1a86ad53b799d2f8c1209d6b827a2b259f92
-
PHP 7.1.7 (tar.xz)
- sha256: 0d42089729be7b2bb0308cbe189c2782f9cb4b07078c8a235495be5874fff729
Change Log
-
core
-
date
-
Fixed bug
#74639 (implement clone for DatePeriod and DateInterval).
-
dom
-
Fixed bug
#69373 (References to deleted XPath query results).
-
gd
-
Fixed bug
#74435 (Buffer over-read into uninitialized memory).
-
intl
-
Fixed bug
#73473 (Stack Buffer Overflow in msgfmt_parse_message).
-
Fixed bug
#74705 (Wrong reflection on Collator::getSortKey and collator_get_sort_key).
-
mbstring
-
Add oniguruma upstream fix (CVE-2017-9224, CVE-2017-9226, CVE-2017-9227, CVE-2017-9228, CVE-2017-9229) (Remi, Mamoru TASAKA)
-
oci8
-
opcache
-
openssl
-
Fixed bug
#74720 (pkcs7_en/decrypt does not work if \x1a is used in content).
-
Fixed bug
#74651 (negative-size-param (-1) in memcpy in zif_openssl_seal()).
-
pdo_oci
-
reflection
-
Fixed bug
#74673 (Segfault when cast Reflection object to string with undefined constant).
-
spl
-
Fixed bug
#74478 (null coalescing operator failing with SplFixedArray).
-
ftp
-
Fixed bug
#74598 (ftp:// wrapper ignores context arg).
-
phar
-
Fixed bug
#74386 (Phar::__construct reflection incorrect).
-
soap
-
Fixed bug
#74679 (Incorrect conversion array with WSDL_CACHE_MEMORY).
-
streams
-
Fixed bug
#74556 (stream_socket_get_name() returns '\0').