]> granicus.if.org Git - php/commitdiff
NEWS
authorMichael Wallner <mike@php.net>
Wed, 2 Apr 2014 09:14:34 +0000 (11:14 +0200)
committerMichael Wallner <mike@php.net>
Wed, 2 Apr 2014 09:14:34 +0000 (11:14 +0200)
NEWS

diff --git a/NEWS b/NEWS
index c54792a845a10b07639736869dc3786598510253..aa7fe20c5cb7ea185fd226b76955bf2dc69e7948 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ PHP                                                                        NEWS
 - Core:
   . Allow zero length comparison in substr_compare() (Tjerk)
   . Fixed bug #60602 (proc_open() changes environment array) (Tjerk)
+  . Fixed bug #64330 (stream_socket_server() creates wrong Abstract Namespace 
+    UNIX sockets). (Mike)
   . Fixed bug #66822 (Cannot use T_POW in const expression) (Tjerk)
 
 - SPL: