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
#74832 (Loading PHP extension with already registered function name leads to a crash).
-
Fixed bug
#74780 (parse_url() borken 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
#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
#74840 (Opcache overwrites argument of GENERATOR_RETURN within finally).
-
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).