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
-
apache2handler
-
Fixed bug
#69218 (potential remote code execution with apache 2.4 apache2handler).
-
core
-
curl
-
date
-
enchant
-
Fixed bug
#65406 (Enchant broker plugins are in the wrong place in windows builds).
-
ereg
-
Fixed bug
#68740 (NULL Pointer Dereference).
-
fileinfo
-
Fixed bug
#68819 (Fileinfo on specific file causes spurious OOM and/or segfault).
-
filter
-
Fixed bug
#69202 (FILTER_FLAG_STRIP_BACKTICK ignored unless other flags are used).
-
Fixed bug
#69203 (FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127).
-
mbstring
-
Fixed bug
#68846 (False detection of CJK Unified Ideographs Extension E).
-
odbc
-
Fixed bug
#69354 (Incorrect use of SQLColAttributes with ODBC 3.0).
-
opcache
-
Fixed bug
#69281 (opcache_is_script_cached no longer works).
-
Fixed bug
#68677 (Use After Free). (CVE-2015-1351)
-
openssl
-
phar
-
Fixed bug
#64343 (PharData::extractTo fails for tarball created by BSD tar).
-
Fixed bug
#64931 (phar_add_file is too restrictive on filename).
-
Fixed bug
#65467 (Call to undefined method cli_arg_typ_string).
-
Fixed bug
#67761 (Phar::mapPhar fails for Phars inside a path containing ".tar").
-
Fixed bug
#69324 (Buffer Over-read in unserialize when parsing Phar).
-
Fixed bug
#69441 (Buffer Overflow when parsing tar/zip/phar in phar_set_inode).
-
postgres
-
Fixed bug
#68741 (Null pointer dereference). (CVE-2015-1352)
-
soap
-
Fixed bug
#69152 (Type Confusion Infoleak Vulnerability in unserialize() with SoapFault).
-
Fixed bug
#69293 (NEW segfault when using SoapClient::__setSoapHeader (bisected, regression)).
thomas at shadowweb dot org
Laruence
-
spl
-
Fixed bug
#69227 (Use after free in zval_scan caused by spl_object_storage_get_gc).
adam dot scarr at 99designs dot com
-
sqlite3
-
Fixed bug
#68760 (SQLITE segfaults if custom collator throws an exception).
-
Fixed bug
#69287 (Upgrade bundled sqlite to 3.8.8.3).
-
Fixed bug
#66550 (SQLite prepared statement use-after-free).