From: Sara Golemon Date: Tue, 19 Aug 2014 20:22:14 +0000 (-0700) Subject: Merge branch 'PHP-5.5' into PHP-5.6 X-Git-Tag: PRE_64BIT_BRANCH_MERGE~25^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a309dda7771503b5972b5faec2f3234ed0637781;p=php Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: Switch use of strtok() to gd_strtok_r() --- a309dda7771503b5972b5faec2f3234ed0637781 diff --cc NEWS index 7fd94e3dde,37d7de85dc..4909a5d10b --- a/NEWS +++ b/NEWS @@@ -1,13 -1,32 +1,16 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2014, PHP 5.5.17 +?? ??? 2014, PHP 5.6.0 ??? -- Core: - . Fixed bug #47358 (glob returns error, should be empty array()). (Pierre) - -- OpenSSL: - . Fixed bug #41631 (socket timeouts not honored in blocking SSL reads). - (Daniel Lowrey) - -- SPL: - . Fixed bug #67813 (CachingIterator::__construct InvalidArgumentException - wrong message). (tim_siebels_aurich at yahoo dot de) - -- Date: - . Fixed bug #66091 (memory leaks in DateTime constructor). (Tjerk) - . Fixed bug #66985 (Some timezones are no longer valid in PHP 5.5.10). - (Derick) - . Fixed bug #67109 (First uppercase letter breaks date string parsing). - (Derick) +- Fileinfo: + . Fixed bug #67716 (Segfault in cdf.c). (CVE-2014-3587) (Remi) + - GD - . Made fontFetch's path parser thread-safe. (Sara). ++ . Made fontFetch's path parser thread-safe. (Sara) + -?? ??? 2014, PHP 5.5.16 +14 Aug 2014, PHP 5.6.0 Release Candidate 4 - COM: - . Fixed missing type checks in com_event_sink (Yussuf Khalil, Stas). . Fixed bug #41577 (DOTNET is successful once per server run) (Aidas Kasparas)