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
-
curl
-
Fixed bug
#65458 (curl memory leak).
-
datetime
-
Fixed bug
#65554 (createFromFormat broken when weekday name is followed by some delimiters). (Valentin Logvinskiy, Stas).
-
Fixed bug
#65564 (stack-buffer-overflow in DateTimeZone stuff caught by AddressSanitizer). (Remi).
-
opcache
-
Fixed bug
#65561 (Zend Opcache on Solaris 11 x86 needs ZEND_MM_ALIGNMENT=4).
-
openssl
-
Fixed bug
#64802 (openssl_x509_parse fails to parse subject properly in some cases).
-
pdo
-
Fixed bug
#64953 (Postgres prepared statement positional parameter casting).
-
session
-
Fixed bug
#65475 (Session ID is not initialized properly when strict session is enabled).
-
Fixed bug
#51127/#65359 Request #25630/#43980/#54383 (Added php_serialize session serialize handler that uses plain serialize()).
-
standard
-
zlib
-
Fixed bug
#65391 (Unable to send vary header user-agent when ob_start('ob_gzhandler') is called) (Mike)