PHP Release 5.5.9


PHP 5.5.9 Release Announcement

The PHP Development Team announces the immediate availability of PHP 5.5.9. This release fixes several bugs against PHP 5.5.8.

All PHP users are encouraged to upgrade to this new version.

For source downloads of PHP 5.5.9, please visit our downloads page. Windows binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.

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 Logs
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)
  • Readline
  • Fixed Bug #66412 (readline_clear_history() with libedit causes segfault after #65714).
  • Session
  • Fixed bug #66469 (Session module is sending multiple set-cookie headers when session.use_strict_mode=1)
  • Fixed bug #66481 (Segfaults on session_name()).
  • 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).
To Top