com php-src: Merge branch 'PHP-5.4' into PHP-5.5: NEWS
Commit: 191d9fc22740ba99968a6275c8d5a96460a66dbf
Author: Bob Weinand <bobwei9@hotmail.com> Sun, 13 Apr 2014 19:37:06 +0200
Parents: eca0644e0acb391540e40a320e10782225654baf f07e37c96dd395305fe81192f2edbc8860e41d5d
Branches: PHP-5.5
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=191d9fc22740ba99968a6275c8d5a96460a66dbf
Log:
Merge branch 'PHP-5.4' into PHP-5.5
Changed paths:
MM NEWS
Diff:
diff --cc NEWS
index cb6c695,3e33c16..67ac75a
--- a/NEWS
+++ b/NEWS
@@@ -5,12 -6,13 +5,14 @@@ 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).
Thread (1 message)
- Bob Weinand