]> granicus.if.org Git - php/commitdiff
Fix NEWS (wrong bug # AND wrong section...)
authorGustavo Lopes <glopes@nebm.ist.utl.pt>
Wed, 8 May 2013 18:03:43 +0000 (20:03 +0200)
committerGustavo Lopes <glopes@nebm.ist.utl.pt>
Wed, 8 May 2013 18:03:43 +0000 (20:03 +0200)
It's bug #64508, not #64506.

NEWS

diff --git a/NEWS b/NEWS
index e4f5aa47f708a5f866410b4e12380a9333102b36..7c83bd5f65f1eb4d288292c9fb70f96c25681626 100644 (file)
--- 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)