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
-
PHP 7.0.5 (tar.bz2)
- sha256: 2c09af7fe64537ea795f098b9b542ead407ef83f7cdc65b3787115ccbbb51de9
-
PHP 7.0.5 (tar.gz)
- sha256: f9d93419031b4df663fc48f03b8a833545de8776225e46637563e2be6029908d
-
PHP 7.0.5 (tar.xz)
- sha256: c41f1a03c24119c0dd9b741cdb67880486e64349fc33527767f6dc28d3803abb
Change Log
-
core
-
cli server
-
Fixed bug
#69953 (Support MKCALENDAR request method).
-
curl
-
Fixed bug
#71694 (Support constant CURLM_ADDED_ALREADY).
-
date
-
Fixed bug
#71635 (DatePeriod::getEndDate segfault).
-
fileinfo
-
Fixed bug
#71527 (Buffer over-write in finfo_open with malformed magic file). (CVE-2015-8865)
-
libxml
-
Fixed bug
#71536 (Access Violation crashes php-cgi.exe).
-
mbstring
-
Fixed bug
#71906 (AddressSanitizer: negative-size-param (-1) in mbfl_strcut). (CVE-2016-4073)
-
odbc
-
Fixed bug
#47803, #69526 (Executing prepared statements is succesfull only for the first two statements).
einavitamar at gmail dot com
Anatol
-
pcre
-
Fixed bug
#71659 (segmentation fault in pcre running twig tests).
nish dot aravamudan at canonical dot com
-
pdo_dblib
-
Fixed bug
#54648 (PDO::MSSQL forces format of datetime fields).
steven dot lambeth at gmx dot de
Anatol
-
phar
-
Fixed bug
#71625 (Crash in php7.dll with bad phar filename).
-
Fixed bug
#71317 (PharData fails to open specific file).
-
Fixed bug
#71860 (Invalid memory write in phar on filename with \0 in name). (CVE-2016-4072)
-
phpdbg
-
session
-
Fixed bug
#71683 (Null pointer dereference in zend_hash_str_find_bucket).
-
snmp
-
Fixed bug
#71704 (php_snmp_error() Format String Vulnerability). (CVE-2016-4071)
-
spl
-
Fixed bug
#71617 (private properties lost when unserializing ArrayObject).
-
standard
-
Fixed bug
#71660 (array_column behaves incorrectly after foreach by reference).
-
Fixed bug
#71798 (Integer Overflow in php_raw_url_encode). (CVE-2016-4070)
taoguangchen at icloud dot com
Stas
-
zip