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
#47358 (glob returns error, should be empty array()).
-
Fixed bug
#65463 (SIGSEGV during zend_shutdown()).
-
Fixed bug
#66036 (Crash on SIGTERM in apache process).
-
Fixed bug
#67878 (program_prefix not honoured in man pages).
-
com
-
Fixed bug
#41577 (DOTNET is successful once per server run) (Aidas Kasparas)
-
fpm
-
openssl
-
Fixed bug
#41631 (socket timeouts not honored in blocking SSL reads).
-
Fixed bug
#67850 (extension won't build if openssl compiled without SSLv3) (Daniel Lowrey)
-
spl
-
Fixed bug
#67813 (CachingIterator::__construct InvalidArgumentException wrong message).
tim_siebels_aurich at yahoo dot de
-
date
-
Fixed bug
#66091 (memory leaks in DateTime constructor).
-
Fixed bug
#66985 (Some timezones are no longer valid in PHP 5.5.10).
-
Fixed bug
#67109 (First uppercase letter breaks date string parsing).
-
gd
-
mysqli
-
Fixed bug
#67839 (mysqli does not handle 4-byte floats correctly).
-
zlib
-
Fixed bug
#67724 (chained zlib filters silently fail with large amounts of data).
-
Fixed bug
#67865 (internal corruption phar error). Mike