From: Stanislav Malyshev Date: Wed, 11 Jun 2014 06:24:02 +0000 (-0700) Subject: Merge branch 'PHP-5.5' into PHP-5.6 X-Git-Tag: PRE_PHPNG_MERGE~200^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff74b9b2fc3bf83192d43282ed6d2e14ad47648b;p=php Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: update NEWS --- ff74b9b2fc3bf83192d43282ed6d2e14ad47648b diff --cc NEWS index 47122c511b,771f04d47c..add04c37c6 --- a/NEWS +++ b/NEWS @@@ -30,50 -42,54 +30,53 @@@ PH - SOAP: . Implemented FR #49898 (Add SoapClient::__getCookies()). (Boro Sitnikovski) + - SPL: + . Fixed bug #66127 (Segmentation fault with ArrayObject unset). (Stas) - . Fixed bug #67359 (Segfault in recursiveDirectoryIterator). (Laruence) - . Fixed bug #67360 (Missing element after ArrayObject::getIterator). (Adam) - -29 May 2014, PHP 5.5.13 + -- CLI server: - . Fixed bug #67079 (Missing MIME types for XML/XSL files). (Anatol) +- Tokenizer: + . Fixed bug #67395 (token_name() does not return name for T_POW and T_POW_EQUAL + token). (Ferenc) -- COM: - . Fixed bug #66431 (Special Character via COM Interface (CP_UTF8)). (Anatol) +05 Jun 2014, PHP 5.6.0 Beta 4 - Core: - . Fixed bug #65701 (copy() doesn't work when destination filename is created - by tempnam()). (Boro Sitnikovski) - . Fixed bug #67072 (Echoing unserialized "SplFileObject" crash). (Anatol) - . Fixed bug #67245 (usage of memcpy() with overlapping src and dst in - zend_exceptions.c). (Bob) - . Fixed bug #67247 (spl_fixedarray_resize integer overflow). (Stas) . Fixed bug #67249 (printf out-of-bounds read). (Stas) - . Fixed bug #67250 (iptcparse out-of-bounds read). (Stas) - . Fixed bug #67252 (convert_uudecode out-of-bounds read). (Stas) - -- Curl: - . Fixed bug #64247 (CURLOPT_INFILE doesn't allow reset). (Mike) - Date: - . Fixed bug #67118 (DateTime constructor crash with invalid data). (Anatol) - . Fixed bug #67251 (date_parse_from_format out-of-bounds read). (Stas) - . Fixed bug #67253 (timelib_meridian_with_check out-of-bounds read). (Stas) + . Fixed bug #67308 (Serialize of DateTime truncates fractions of second). + (Adam) + . Fixed regression in fix for bug #67118 (constructor can't be called twice). + (Remi) -- DOM: - . Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag, - not only the subset). (Anatol) - Fileinfo: - . Fixed bug #66307 (Fileinfo crashes with powerpoint files). (Anatol) - . Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS) (CVE-2014-0238). + . Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS). . Fixed bug #67328 (fileinfo: fileinfo: numerous file_printf calls resulting in - performance degradation) (CVE-2014-0237). + performance degradation). + . Fixed bug #67326 (fileinfo: cdf_read_short_sector insufficient boundary check). + . Fixed bug #67329 (fileinfo: NULL pointer deference flaw by processing certain + CDF files). -- FPM: - . Fixed bug #66908 (php-fpm reload leaks epoll_create() file descriptor). - (Julio Pintos) +- SPL: + . Fixed bug #67359 (Segfault in recursiveDirectoryIterator). (Laruence) + +- phpdbg: + . Fixed bug which caused phpdbg to fail immediately on startup in non-debug + builds. (Bob) + +15 May 2014, PHP 5.6.0 Beta 3 + +- Core: + . Fixed bug #67169 (array_splice all elements, then []= gives wrong index). + (Nikita) + . Fixed bug #67198 (php://input regression). (Mike) + . Fixed bug #67247 (spl_fixedarray_resize integer overflow). (Stas) + . Fixed bug #67250 (iptcparse out-of-bounds read). (Stas) + . Fixed bug #67252 (convert_uudecode out-of-bounds read). (Stas) + +- Date: + . Fixed bug #67251 (date_parse_from_format out-of-bounds read). (Stas) + . Fixed bug #67253 (timelib_meridian_with_check out-of-bounds read). (Stas) - GD: . Fixed bug #67248 (imageaffinematrixget missing check of parameters). (Stas)