]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.5' into PHP-5.6
authorStanislav Malyshev <stas@php.net>
Mon, 14 Apr 2014 01:13:24 +0000 (18:13 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 14 Apr 2014 01:13:52 +0000 (18:13 -0700)
* PHP-5.5:
  Fix #66562: Consistency bug where curl_multi_getcontent behaves different from curl_exec

1  2 
NEWS

diff --cc NEWS
index 8b656aa105b899f45a0b773961d38c53f619c69a,6ba540bae97d7848edcfc0c326b48d3fa2b6c5aa..654e7b6a1b2862cd864d06427619e37130554f9a
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,19 -1,20 +1,23 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2014, PHP 5.5.12
 +?? ??? 2014, PHP 5.6.0 Beta 2
 +
  - Core:
 -  . Fixed bug #61019 (Out of memory on command stream_get_contents). (Mike)
 -  . Fixed bug #64330 (stream_socket_server() creates wrong Abstract Namespace 
 -    UNIX sockets). (Mike)
 -  . Fixed bug #66182 (exit in stream filter produces segfault). (Mike)  
 -  . Fixed bug #66736 (fpassthru broken). (Mike)
 +  . Fixed bug #66015 (Unexpected array indexing in class's static property). (Bob)
 +  . Added (constant) string/array dereferencing to static scalar expressions
 +    to complete the set; now possible thanks to bug #66015 being fixed. (Bob)
 +  . Fixed bug #66568 (Update reflection information for unserialize() function).
 +    (Ferenc)
 +  . Fixed bug #66660 (Composer.phar install/update fails). (Ferenc)
    . Fixed bug #67024 (getimagesize should recognize BMP files with negative
      height). (Gabor Buella)
 -  . Fixed bug #67043 (substr_compare broke by previous change) (Tjerk)
 +  . Fixed bug #67064  (Countable interface prevents using 2nd parameter
 +    ($mode) of count() function). (Bob)
  
+ - cURL:
+   . Fixed bug #66562 (curl_exec returns differently than curl_multi_getcontent).
+     (Freek Lijten)
  - Date:
    . Fixed bug #66721 (__wakeup of DateTime segfaults when invalid object data is
      supplied). (Boro Sitnikovski)