Arieh
Verified User
http://php.net/archive/2014.php#id2014-09-18-1
18 Sep 2014
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.
Version 5.5.17
18 Sep 2014
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).
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).
FPM:
Fixed bug #67606 (FPM with mod_fastcgi/apache2.4 is broken).
GD:
Made fontFetch's path parser thread-safe.
MySQLi:
Fixed bug #67839 (mysqli does not handle 4-byte floats correctly).
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).
Zlib:
Fixed bug #67724 (chained zlib filters silently fail with large amounts of data).
Fixed bug #67865 (internal corruption phar error).