PHP 5.6 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 5.6 is
5.6.40.
Source Code
-
PHP 5.6.4 (tar.bz2)
- sha256: 576f9001b612f5ddc22f447311bbec321e2c959b6a52259d664c4ba04ef044f1
-
PHP 5.6.4 (tar.gz)
- sha256: 9c318f10af598e3d0b306a00860cfeb13c34024a9032a59ff53e3cd3c7791e97
-
PHP 5.6.4 (tar.xz)
- sha256: 8cf44c59f467cdc2dd76c1167d1f368575ccff9b12941e199a362eb44a79acea
Change Log
-
core
-
Fixed bug
#68091 (Some Zend headers lack appropriate extern "C" blocks).
-
Fixed bug
#68104 (Segfault while pre-evaluating a disabled function).
-
Fixed bug
#68185 ("Inconsistent insteadof definition."- incorrectly triggered).
-
Fixed bug
#68355 (Inconsistency in example php.ini comments).
-
Fixed bug
#68370 ("unset($this)" can make the program crash).
-
Fixed bug
#68422 (Incorrect argument reflection info for array_multisort()).
-
Fixed bug
#68545 (NULL pointer dereference in unserialize.c).
-
Fixed bug
#68446 (Array constant not accepted for array parameter default).
-
Fixed bug
#68594 (Use after free vulnerability in unserialize()). (CVE-2014-8142)
-
date
-
fpm
-
mcrypt
-
gmp
-
Fixed bug
#68419 (build error with gmp 4.1).
-
pdo_pgsql
-
Fixed bug
#67462 (PDO_PGSQL::beginTransaction() wrongly throws exception when not in transaction) (Matteo)
-
Fixed bug
#68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving) (Matteo)
-
session
-
Fixed bug
#68331 (Session custom storage callable functions not being called) (Yasuo Ohgaki)
-
soap
-
Fixed bug
#68361 (Segmentation fault on SoapClient::__getTypes).
-
zlib
-
Fixed bug
#53829 (Compiling PHP with large file support will replace function gzopen by gzopen64) (Sascha Kettler, Matteo)