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.3 (tar.bz2)
- sha256: 826823d754f09c779222a99becf9c53a4dc719dba2d777aca7807c6ca68e6fc6
-
PHP 7.0.3 (tar.gz)
- sha256: 5521df8db153aba35c90cf1a1829106b6bbdac32425216d440f9cc29f00a7c08
-
PHP 7.0.3 (tar.xz)
- sha256: 3af2b62617a0e46214500fc3e7f4a421067224913070844d3665d6cc925a1cca
Change Log
-
core
-
apache2handler
-
curl
-
Fixed bug
#71227 (Can't compile php_curl statically).
-
Fixed bug
#71225 (curl_setopt() fails to set CURLOPT_POSTFIELDS with reference to CURLFile).
-
gd
-
interbase
-
ldap
-
Fixed bug
#71249 (ldap_mod_replace/ldap_mod_add store value as string "Array").
-
mbstring
-
Fixed bug
#71397 (mb_send_mail segmentation fault).
-
openssl
-
Fixed bug
#71475 (openssl_seal() uninitialized memory usage).
-
pcre
-
phar
-
Fixed bug
#71354 (Heap corruption in tar/zip/phar parser). (CVE-2016-4342)
-
Fixed bug
#71331 (Uninitialized pointer in phar_make_dirstream()). (CVE-2016-4343)
-
Fixed bug
#71391 (NULL Pointer Dereference in phar_tar_setupmetadata()).
-
Fixed bug
#71488 (Stack overflow when decompressing tar archives). (CVE-2016-2554)
-
soap
-
Fixed bug
#70979 (crash with bad soap request).
-
spl
-
Fixed bug
#71204 (segfault if clean spl_autoload_funcs while autoloading).
-
Fixed bug
#71202 (Autoload function registered by another not activated immediately).
-
Fixed bug
#71311 (Use-after-free vulnerability in SPL(ArrayObject, unserialize)).
-
Fixed bug
#71313 (Use-after-free vulnerability in SPL(SplObjectStorage, unserialize)).
-
standard
-
Fixed bug
#71287 (Error message contains hexadecimal instead of decimal number).
-
Fixed bug
#71264 (file_put_contents() returns unexpected value when filesystem runs full).
-
Fixed bug
#71245 (file_get_contents() ignores "header" context option if it's a reference).
-
Fixed bug
#71220 (Null pointer deref (segfault) in compact via ob_start).
hugh at allthethings dot co dot nz
-
Fixed bug
#71190 (substr_replace converts integers in original $search array to strings).
-
Fixed bug
#71188 (str_replace converts integers in original $search array to strings).
-
Fixed bug
#71132, #71197 (range() segfaults).
-
wddx
-
Fixed bug
#71335 (Type Confusion in WDDX Packet Deserialization).