]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.5' into PHP-5.6
authorStanislav Malyshev <stas@php.net>
Sun, 13 Apr 2014 22:24:07 +0000 (15:24 -0700)
committerStanislav Malyshev <stas@php.net>
Sun, 13 Apr 2014 22:25:58 +0000 (15:25 -0700)
* PHP-5.5:
  Fixed bug #67024 - getimagesize should recognize BMP files with negative height

1  2 
NEWS

diff --cc NEWS
index e4809ae403efc6bc9cda1e7a28be4ea0d5697707,b08e875d3bbad984f43fb1c2c341a4cc93c4ca30..e81c17bf324afd25a6f560f89f9c21d5bf4906ec
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,23 -1,30 +1,25 @@@
  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)
 -
 -- Embed:
 -  . Fixed bug #65715 (php5embed.lib isn't provided anymore). (Anatol).
 -
 -- Fileinfo:
 -  . Fixed bug #66987 (Memory corruption in fileinfo ext / bigendian).
 -    (Remi)
 +  . Fixed bug #67064  (Countable interface prevents using 2nd parameter
 +    ($mode) of count() function). (Bob)
  
 -- mysqli:
 -  . Fixed problem in mysqli_commit()/mysqli_rollback() with second parameter
 -    (extra comma) and third parameters (lack of escaping). (Andrey)
 +- mysqlnd:
 +  . Added a new fetching mode to mysqlnd. (Andrey)
  
 -- SimpleXML:
 -  . Fixed bug #66084 (simplexml_load_string() mangles empty node name)
 -    (Anatol)
 +- PDO:
 +  . Fixed bug #66604 ('pdo/php_pdo_error.h' not copied to the include dir).
 +    (Matteo)
  
  - SQLite:
    . Fixed bug #66967 (Updated bundled libsqlite to 3.8.4.3). (Anatol)