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
#69174 (leaks when unused inner class use traits precedence).
-
Fixed bug
#69139 (Crash in gc_zval_possible_root on unserialize).
-
Fixed bug
#69121 (Segfault in get_current_user when script owner is not in passwd with ZTS build).
-
Fixed bug
#65593 (Segfault when calling ob_start from output buffering callback).
-
Fixed bug
#69017 (Fail to push to the empty array with the constant value defined in class scope).
-
Fixed bug
#68986 (pointer returned by php_stream_fopen_temporary_file not validated in memory.c).
nayana at ddproperty dot com
-
Fixed bug
#68166 (Exception with invalid character causes segv).
-
Fixed bug
#69141 (Missing arguments in reflection info for some builtin functions).
kostyantyn dot lysyy at oracle dot com
-
Fixed bug
#68976 (Use After Free Vulnerability in unserialize()). (CVE-2015-2787)
-
Fixed bug
#69134 (Per Directory Values overrides PHP_INI_SYSTEM configuration options).
-
Fixed bug
#69207 (move_uploaded_file allows nulls in path). (CVE-2015-2348)
-
cgi
-
Fixed bug
#69015 (php-cgi's getopt does not see $argv).
-
cli
-
Fixed bug
#67741 (auto_prepend_file messes up __LINE__).
-
curl
-
ereg
-
Fixed bug
#69248 (heap overflow vulnerability in regcomp.c). (CVE-2015-2305)
-
fpm
-
Fixed bug
#68822 (request time is reset too early).
-
odbc
-
Fixed bug
#68964 (Allowed memory size exhausted with odbc_exec).
-
opcache
-
Fixed bug
#69125 (Array numeric string as key).
-
Fixed bug
#69038 (switch(SOMECONSTANT) misbehaves).
-
openssl
-
pgsql
-
Fixed bug
#68638 (pg_update() fails to store infinite values).
william dot welter at 4linux dot com dot br
Laruence
-
readline
-
Fixed bug
#69054 (Null dereference in readline_(read|write)_history() without parameters).
-
soap
-
Fixed bug
#69085 (SoapClient's __call() type confusion through unserialize()).
CVE-2015-4147
CVE-2015-4148) (andrea dot palazzo at truel dot it
Laruence
-
spl
-
Fixed bug
#69108 ("Segmentation fault" when (de)serializing SplObjectStorage).
-
Fixed bug
#68557 (RecursiveDirectoryIterator::seek(0) broken after calling getChildren()).
-
zip
-
Fixed bug
#69253 (ZIP Integer Overflow leads to writing past heap boundary). (CVE-2015-2331)