]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.5' into PHP-5.6
authorStanislav Malyshev <stas@php.net>
Wed, 11 Jun 2014 06:24:02 +0000 (23:24 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 11 Jun 2014 06:24:36 +0000 (23:24 -0700)
* PHP-5.5:
  update NEWS

1  2 
NEWS

diff --cc NEWS
index 47122c511b750abeabb030693a6ef62c3ee61872,771f04d47c4e52039fb8d1fbcd954c3099f7808e..add04c37c6461f0d66d5f5a781d9a2757157ae92
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -30,50 -42,54 +30,53 @@@ PH
  - SOAP:
    . Implemented FR #49898 (Add SoapClient::__getCookies()). (Boro Sitnikovski)
  
 -  . Fixed bug #67359 (Segfault in recursiveDirectoryIterator). (Laruence)
 -  . Fixed bug #67360 (Missing element after ArrayObject::getIterator). (Adam)
 -
 -29 May 2014, PHP 5.5.13
+ - SPL:
+   . Fixed bug #66127 (Segmentation fault with ArrayObject unset). (Stas)
 -- 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)