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
#68095 (AddressSanitizer reports a heap buffer overflow in php_getopt()).
-
Fixed bug
#68118 ($a->foo .= 'test'; can leave $a->foo undefined).
-
Fixed bug
#68129 (parse_url() - incomplete support for empty usernames and passwords) (Tjerk)
-
Fixed bug
#68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy).
-
curl
-
fileinfo
-
Fixed bug
#66242 (libmagic: don't assume char is signed).
-
Fixed bug
#68283 (fileinfo: out-of-bounds read in elf note headers). (CVE-2014-3710)
-
fpm
-
Implemented FR
#55508 (listen and listen.allowed_clients should take IPv6 addresses).
-
gd
-
Fixed bug
#65171 (imagescale() fails without height param).
-
gmp
-
Fixed bug
#63595 (GMP memory management conflicts with other libraries using GMP).
-
mysqli
-
Fixed bug
#68114 (linker error on some OS X machines with fixed width decimal support) (Keyur Govande)
-
odbc
-
Fixed bug
#68087 (ODBC not correctly reading DATE column when preceded by a VARCHAR column) (Keyur Govande)
-
spl
-
Fixed bug
#68128 (Regression in RecursiveRegexIterator) (Tjerk)