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
-
Fixed bug
#74600 (crash (SIGSEGV) in _zend_hash_add_or_update_i).
-
Fixed bug
#74546 (SIGILL in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST).
-
intl
-
Fixed bug
#74468 (wrong reflection on Collator::sortWithSortKeys).
-
mysqli
-
Fixed bug
#74547 (mysqli::change_user() doesn't accept null as $database argument w/strict_types).
-
opcache
-
Fixed bug
#74596 (SIGSEGV with opcache.revalidate_path enabled).
-
phar
-
Fixed bug
#51918 (Phar::webPhar() does not handle requests sent through PUT and DELETE method).
-
standard
-
Fixed bug
#74510 (win32/sendmail.c anchors CC header but not BCC).
-
xmlreader
-
Fixed bug
#74457 (Wrong reflection on XMLReader::expand).