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
-
bcmath
-
com
-
Fixed bug
#73126 (Cannot pass parameter 1 by reference).
-
date
-
Fixed bug
#73091 (Unserializing DateInterval object may lead to __toString invocation).
-
dom
-
Fixed bug
#73150 (missing NULL check in dom_document_save_html).
-
filter
-
Fixed bug
#72972 (Bad filter for the flags FILTER_FLAG_NO_RES_RANGE and FILTER_FLAG_NO_PRIV_RANGE).
-
Fixed bug
#73054 (default option ignored when object passed to int filter).
-
gd
-
Fixed bug
#67325 (imagetruecolortopalette: white is duplicated in palette).
-
Fixed bug
#50194 (imagettftext broken on transparent background w/o alphablending).
-
Fixed bug
#73003 (Integer Overflow in gdImageWebpCtx of gd_webp.c).
-
Fixed bug
#53504 (imagettfbbox gives incorrect values for bounding box).
-
Fixed bug
#73157 (imagegd2() ignores 3rd param if 4 are given).
-
Fixed bug
#73155 (imagegd2() writes wrong chunk sizes on boundaries).
-
Fixed bug
#73159 (imagegd2(): unrecognized formats may result in corrupted files).
-
Fixed bug
#73161 (imagecreatefromgd2() may leak memory).
-
intl
-
Fixed bug
#73218 (add mitigation for ICU int overflow).
-
mbstring
-
Fixed bug
#66797 (mb_substr only takes 32-bit signed integer).
-
Fixed bug
#66964 (mb_convert_variables() cannot detect recursion) (Yasuo)
-
Fixed bug
#72992 (mbstring.internal_encoding doesn't inherit default_charset).
-
mysqlnd
-
Fixed bug
#72489 (PHP Crashes When Modifying Array Containing MySQLi Result Data).
-
opcache
-
Fixed bug
#72982 (Memory leak in zend_accel_blacklist_update_regexp() function).
-
openssl
-
Fixed bug
#73072 (Invalid path SNI_server_certs causes segfault).
-
Fixed bug
#73276 (crash in openssl_random_pseudo_bytes function).
-
Fixed bug
#73275 (crash in openssl_encrypt function).
-
pcre
-
Fixed bug
#73121 (Bundled PCRE doesn't compile because JIT isn't supported on s390).
-
Fixed bug
#73174 (heap overflow in php_pcre_replace_impl).
-
pdo_dblib
-
Fixed bug
#72414 (Never quote values as raw binary data).
-
Allow \PDO::setAttribute() to set query timeouts.
-
Handle SQLDECIMAL/SQLNUMERIC types, which are used by later TDS versions.
-
Add common PDO test suite.
-
Free error and message strings when cleaning up PDO instances.
-
Fixed bug
#67130 (\PDOStatement::nextRowset() should succeed when all rows in current rowset haven't been fetched).
-
Ignore potentially misleading dberr values.
-
phpdbg
-
session
-
Fixed bug
#68015 (Session does not report invalid uid for files save handler).
-
Fixed bug
#73100 (session_destroy null dereference in ps_files_path_create).
-
simplexml
-
Fixed bug
#73293 (NULL pointer dereference in SimpleXMLElement::asXML()).
-
soap
-
Fixed bug
#71711 (Soap Server Member variables reference bug).
-
Fixed bug
#71996 (Using references in arrays doesn't work like expected).
-
spl
-
Fixed bug
#73257, #73258 (SplObjectStorage unserialize allows use of non-object as key).
-
sqlite3
-
zip
-
Fixed bug
#70752 (Depacking with wrong password leaves 0 length files).