]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.5' into PHP-5.6
authorStanislav Malyshev <stas@php.net>
Mon, 12 May 2014 01:55:02 +0000 (18:55 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 12 May 2014 01:56:32 +0000 (18:56 -0700)
* PHP-5.5:
  Fix bug #67248 (imageaffinematrixget missing check of parameters)
  Fix bug #67247 spl_fixedarray_resize integer overflow
  fix news
  add tests stuff to README
  Updated NEWS
  Fix Linux specific fail in error traces (cherry-picked and fix for bug #67245) Linux apparently does not like memcpy in overlapping regions...

1  2 
NEWS
ext/gd/gd.c
ext/spl/spl_fixedarray.c

diff --cc NEWS
index 5fcedb5c48124f055bf6e270345de2bc9b1e4aa8,aaf308804a010e72f2d77ebd704e4aca5358cb42..c0514fb62086ac6941fc29b67cf111cbbc19fec8
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,16 -1,41 +1,21 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2014, PHP 5.5.13
 -
 -- CLI server:
 -  . Fixed bug #67079 (Missing MIME types for XML/XSL files). (Anatol)
 -
 -- COM:
 -  . Fixed bug #66431 (Special Character via COM Interface (CP_UTF8)). (Anatol)
 +?? ??? 2014, PHP 5.6.0 Beta 3
  
  - 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 #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)
 -- Curl:
 -  . Fixed bug #64247 (CURLOPT_INFILE doesn't allow reset). (Mike)
 -
 -- Date:
 -  . Fixed bug #67118 (DateTime constructor crash with invalid data). (Anatol)
 -
 -- 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)
 -
 -- FPM:
 -  . Fixed bug #66908 (php-fpm reload leaks epoll_create() file descriptor).
 -    (Julio Pintos)
 -
+ - GD:
+   . Fixed bug #67248 (imageaffinematrixget missing check of parameters). (Stas)
 +
 +- OpenSSL:
 +  . Fixed bug #67224 (Fall back to crypto_type from context if not specified
 +    explicitly in stream_socket_enable_crypto). (Chris Wright)
 +
  - PCRE:
    . Fixed bug #67238 (Ungreedy and min/max quantifier bug, applied patch
      from the upstream). (Anatol)
diff --cc ext/gd/gd.c
Simple merge
Simple merge