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
-
cgi
-
Fixed bug
#68618 (out of bounds read crashes php-cgi). (CVE-2014-9427)
-
cli server
-
Fixed bug
#68745 (Invalid HTTP requests make web server segfault).
-
curl
-
Fixed bug
#67643 (curl_multi_getcontent returns '' when CURLOPT_RETURNTRANSFER isn't set).
-
exif
-
Fixed bug
#68799 (Free called on uninitialized pointer). (CVE-2015-0232)
-
fileinfo
-
fpm
-
Fixed bug
#68751 (listen.allowed_clients is broken).
-
gd
-
Fixed bug
#68601 (buffer read overflow in gd_gif_in.c). (CVE-2014-9709)
-
mbstring
-
Fixed bug
#68504 (--with-libmbfl configure option not present on Windows).
-
mcrypt
-
opcache
-
Fixed bug
#67111 (Memory leak when using "continue 2" inside two foreach loops).
-
openssl
-
Fixed bug
#55618 (use case-insensitive cert name matching).
-
pcntl
-
Fixed bug
#60509 (pcntl_signal doesn't decrease ref-count of old handler when setting SIG_DFL).
-
pcre
-
Fixed bug
#66679 (Alignment Bug in PCRE 8.34 upstream).
Rainer Jung
Anatol Belski
-
pgsql
-
Fixed bug
#68697 (lo_export return -1 on failure).
-
pdo
-
Fixed bug
#68371 (PDO#getAttribute() cannot be called with platform-specific attribute names).
-
pdo_mysql
-
Fixed bug
#68424 (Add new PDO mysql connection attr to control multi statements option).
peter dot wolanin at acquia dot com
-
spl
-
Fixed bug
#66405 (RecursiveDirectoryIterator::CURRENT_AS_PATHNAME breaks the RecursiveIterator).
-
Fixed bug
#65213 (cannot cast SplFileInfo to boolean) (Tjerk)
-
Fixed bug
#68479 (Added escape parameter to SplFileObject::fputcsv).
-
sqlite
-
Fixed bug
#68120 (Update bundled libsqlite to 3.8.7.2).
-
streams
-
Fixed bug
#68532 (convert.base64-encode omits padding bytes).
blaesius at krumedia dot de