Commit:    98302ee3cc880bca26e26c7377c311002bd2b43e
Author:    Gustavo Lopes <glo...@nebm.ist.utl.pt>         Wed, 8 May 2013 
20:03:43 +0200
Parents:   8687332e086bc332c99692c099514be7996a2139
Branches:  PHP-5.5

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=98302ee3cc880bca26e26c7377c311002bd2b43e

Log:
Fix NEWS (wrong bug # AND wrong section...)

It's bug #64508, not #64506.

Bugs:
https://bugs.php.net/64508
https://bugs.php.net/64506

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index e4f5aa4..7c83bd5 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ PHP                                                             
           NEWS
 - mbstring:
   . Fixed bug #64769 (mbstring PHPTs crash on Windows x64). (Anatol)
 
+- Sockets:
+  . Fixed bug #64508 (Fails to build with --disable-ipv6). (Gustavo)
+
 
 09 May 2013, PHP 5.5.0 Release Candidate 1
 
@@ -24,9 +27,6 @@ PHP                                                           
             NEWS
     (Boris Lytochkin)
   . Fixed bug #64159 (Truncated snmpget). (Boris Lytochkin)
 
-- Sockets:
-  . Fixed bug #64506 (Fails to build with --disable-ipv6). (Gustavo)
-
 - Streams:
   . Fixed bug #64770 (stream_select() fails with pipes returned by proc_open()
     on Windows x64). (Anatol)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to