PHP 7.0 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.0 is
7.0.33 which includes important security patches.
Source Code
Change Log
-
core
-
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).
-
Fixed bug
#73634 (grapheme_strpos illegal memory access).
-
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
-
Fixed bug
#74663 (Segfault with opcache.memory_protect and validate_timestamp).
-
openssl
-
Fixed bug
#74651 (negative-size-param (-1) in memcpy in zif_openssl_seal()).
-
pcre
-
Fixed bug
#74087 (Segmentation fault in PHP7.1.1(compiled using the bundled PCRE library)).
-
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).
-
standard
-
Fixed bug
#74708 (Invalid Reflection signatures for random_bytes and random_int).
-
Fixed bug
#73648 (Heap buffer overflow in substr).
-
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').