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
-
PHP 5.5.9 (tar.bz2)
- sha256: 9d1dea5195e2bcd928416130a6e19173d02bd36fb76c382522bf145c458fbed3
-
PHP 5.5.9 (tar.gz)
- sha256: ec1bf0cb3be80240049dbd92c272d4bf242a614fa5f9dcc42a15adb5fd01ccde
-
PHP 5.5.9 (tar.xz)
- sha256: 7f7a7b1189472e59b234233daab9aa9692bb5eb8404485e9a78221f75ee4664a
Change Log
-
core
-
Fixed bug
#66509 (copy() arginfo has changed starting from 5.4).
-
gd
-
Fixed bug
#66356 (Heap Overflow Vulnerability in imagecrop()).
-
opcache
-
Fixed bug
#66474 (Optimizer bug in constant string to boolean conversion).
-
Fixed bug
#66461 (PHP crashes if opcache.interned_strings_buffer=0).
-
Fixed bug
#66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style ^M as lineend).
-
pdo_pgsql
-
Fixed bug
#62479 (PDO-psql cannot connect if password contains spaces) (willfitch, iliaa)
-
readline
-
session
-
Fixed bug
#66469 (Session module is sending multiple set-cookie headers when session.use_strict_mode=1) (Yasuo)
-
Fixed bug
#66481 (Segfaults on session_name()).
cmcdermottroe at engineyard dot com
Yasuo
-
standard
-
Fixed bug
#66395 (basename function doesn't remove drive letter).
-
sockets
-
Fixed bug
#66381 (__ss_family was changed on AIX 5.3).
-
zend engine
-
Fixed bug
#66009 (Failed compilation of PHP extension with C++ std library using VS 2012).