PHP 5.5 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.5 is
5.5.38.
Source Code
Change Log
-
core
-
Fixed bug
#68091 (Some Zend headers lack appropriate extern "C" blocks).
-
Fixed bug
#68185 ("Inconsistent insteadof definition."- incorrectly triggered).
-
Fixed bug
#68370 ("unset($this)" can make the program crash).
-
Fixed bug
#68545 (NULL pointer dereference in unserialize.c).
-
Fixed bug
#68594 (Use after free vulnerability in unserialize()). (CVE-2014-8142)
-
date
-
fpm
-
mcrypt
-
pdo_pgsql
-
Fixed bug
#66584 (Segmentation fault on statement deallocation) (Matteo)
-
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)
-
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)