PHP Release 5.5.17


PHP 5.5.17 Release Announcement

The PHP development team announces the immediate availability of PHP 5.5.17. Several bugs were fixed in this release. All PHP 5.5 users are encouraged to upgrade to this version.

For source downloads of PHP 5.5.17 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.17 (tar.bz2)
SHA256: 5d81db0c8b2a68da05715c363d037922b82a45c966785d64a77482e5c01e4e1b
PHP 5.5.17 (tar.gz)
SHA256: 657169be88ae70625d97bb94dd29140c2b602f1ba8d5e42ca14a400b63cf4720
PHP 5.5.17 (tar.xz)
SHA256: 382b2a1cfbf67ca9e30171c9c49bfe260d5e458e07850d4b036e8430e1829093
Change Logs
core
  • Fixed bug #47358 (glob returns error, should be empty array()).
  • Fixed bug #65463 (SIGSEGV during zend_shutdown()).
  • Fixed bug #66036 (Crash on SIGTERM in apache process).
  • Fixed bug #67878 (program_prefix not honoured in man pages).
com
  • Fixed bug #41577 (DOTNET is successful once per server run)
fpm
  • Fixed #67606 (FPM with mod_fastcgi/apache2.4 is broken).
openssl
  • Fixed bug #41631 (socket timeouts not honored in blocking SSL reads).
  • Fixed bug #67850 (extension won't build if openssl compiled without SSLv3)
spl
  • Fixed bug #67813 (CachingIterator::__construct InvalidArgumentException wrong message).
date
  • Fixed bug #66091 (memory leaks in DateTime constructor).
  • Fixed bug #66985 (Some timezones are no longer valid in PHP 5.5.10).
  • Fixed bug #67109 (First uppercase letter breaks date string parsing).
  • GD
  • Made fontFetch's path parser thread-safe. .
mysqli
  • Fixed bug #67839 (mysqli does not handle 4-byte floats correctly).
zlib
  • Fixed bug #67724 (chained zlib filters silently fail with large amounts of data).
  • Fixed bug #67865 . Mike
To Top