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.4 (tar.bz2)
- sha256: a246c503709c189ba8e1e22ed2cb22abc27da43a997ff1b3318e181baf529dcc
-
PHP 7.0.4 (tar.gz)
- sha256: f6cdac2fd37da0ac0bbcee0187d74b3719c2f83973dfe883d5cde81c356fe0a8
-
PHP 7.0.4 (tar.xz)
- sha256: 584e0e374e357a71b6e95175a2947d787453afc7f9ab7c55651c10491c4df532
Change Log
-
core
-
cli server
-
Fixed bug
#71559 (Built-in HTTP server, we can download file in web by bug).
-
curl
-
date
-
Fixed bug
#71525 (Calls to date_modify will mutate timelib_rel_time, causing date_date_set issues).
-
fileinfo
-
Fixed bug
#71434 (finfo throws notice for specific python file).
-
fpm
-
Fixed bug
#62172 (FPM not working with Apache httpd 2.4 balancer/fcgi setup).
-
Fixed bug
#71269 (php-fpm dumped core).
-
opcache
-
Fixed bug
#71584 (Possible use-after-free of ZCG(cwd) in Zend Opcache).
-
pcre
-
Fixed bug
#71537 (PCRE segfault from Opcache).
-
phpdbg
-
soap
-
Fixed bug
#71610 (Type Confusion Vulnerability - SOAP / make_http_soap_request()). (CVE-2016-3185)
-
standard
-
Fixed bug
#71603 (compact() maintains references in php7).
-
Fixed bug
#70720 (strip_tags improper php code parsing).
-
xmlrpc
-
Fixed bug
#71501 (xmlrpc_encode_request ignores encoding option).
-
zip
-
Fixed bug
#71561 (NULL pointer dereference in Zip::ExtractTo).