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
-
dom
-
opcache
-
Added opcache.restrict_api configuration directive that may limit usage of OPcache API functions only to particular script(s).
-
Added support for glob symbols in blacklist entries (?, *, **).
-
Fixed bug
#65338 (Enabling both php_opcache and php_wincache AVs on shutdown).
-
openssl
-
pdo_mysql
-
Fixed bug
#65299 (pdo mysql parsing errors).
-
pgsql
-
Fixed bug
#62978 (Disallow possible SQL injections with pg_select()/pg_update() /pg_delete()/pg_insert()).
-
Fixed bug
#65336 (pg_escape_literal/identifier() scilently returns false).
-
phar
-
Fixed bug
#65028 (Phar::buildFromDirectory creates corrupt archives for some specific contents).
-
sessions
-
Implemented strict sessions RFC (https://wiki.php.net/rfc/strict_sessions) which protects against session fixation attacks and session collisions.
CVE-2011-4718). (Yasuo Ohgaki
-
Fixed possible buffer overflow under Windows. Note: Not a security fix.
-
Changed session.auto_start to PHP_INI_PERDIR.
-
soap
-
Fixed bug
#65018 (SoapHeader problems with SoapServer).
-
spl
-
streams
-
Fixed bug
#65268 (select() implementation uses outdated tick API).