From: Bob Weinand Date: Sun, 13 Apr 2014 21:03:53 +0000 (+0200) Subject: Merge branch 'PHP-5.4' into PHP-5.5 X-Git-Tag: php-5.5.12RC1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf3edbada68cb99f4c67f60fe113a6cf0b44e0fa;p=php Merge branch 'PHP-5.4' into PHP-5.5 --- bf3edbada68cb99f4c67f60fe113a6cf0b44e0fa diff --cc NEWS index 67ac75aad4,206111009c..cb6c695854 --- a/NEWS +++ b/NEWS @@@ -5,14 -6,11 +5,12 @@@ PH . 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 #66182 (exit in stream filter produces segfault). (Mike) . Fixed bug #66736 (fpassthru broken). (Mike) + . Fixed bug #67043 (substr_compare broke by previous change) (Tjerk) - . Fixed bug #67064 (Countable interface prevents using 2nd parameter - ($mode) of count() function). (Bob) - Embed: - . Fixed bug #65715 (php5embed.lib isn't provided anymore). (Anatol) + . Fixed bug #65715 (php5embed.lib isn't provided anymore). (Anatol). - Fileinfo: . Fixed bug #66987 (Memory corruption in fileinfo ext / bigendian).