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
-
calendar
-
date
-
Fixed bug
#69587 (DateInterval properties and isset).
-
dtrace
-
json
-
mysqlnd
-
Fixed bug
#64526 (Add missing mysqlnd.* parameters to php.ini-*).
-
odbc
-
Fixed bug
#73448 (odbc_errormsg returns trash, always 513 bytes).
-
opcache
-
Fixed bug
#69090 (check cached files permissions).
-
Fixed bug
#73546 (Logging for opcache has an empty file name).
-
pcre
-
Fixed bug
#73483 (Segmentation fault on pcre_replace_callback).
-
Fixed bug
#73392 (A use-after-free in zend allocator management).
-
pdo_firebird
-
Fixed bug
#73087, #61183, #71494 (Memory corruption in bindParam).
-
postgres
-
Fixed bug
#73498 (Incorrect SQL generated for pg_copy_to()).
-
phar
-
Fixed bug
#73580 (Phar::isValidPharFilename illegal memory access).
-
soap
-
Fixed bug
#73538 (SoapClient::__setSoapHeaders doesn't overwrite SOAP headers).
-
Fixed bug
#73452 (Segfault (Regression for #69152)).
-
spl
-
Fixed bug
#73423 (Reproducible crash with GDB backtrace).
-
sqlite3
-
Fixed bug
#73530 (Unsetting result set may reset other result set).
-
standard
-
Fixed bug
#73297 (HTTP stream wrapper should ignore HTTP 100 Continue).
rowan dot collins at gmail dot com
-
Fixed bug
#73645 (version_compare illegal write access).
-
wddx
-
Fixed bug
#73631 (Invalid read when wddx decodes empty boolean element).
-
xml
-
Fixed bug
#72135 (malformed XML causes fault) (edgarsandi)