]> granicus.if.org Git - php/commitdiff
reorder entry alphabetically
authorAnatol Belski <ab@php.net>
Fri, 6 May 2016 07:39:02 +0000 (09:39 +0200)
committerAnatol Belski <ab@php.net>
Fri, 6 May 2016 07:39:02 +0000 (09:39 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 6228b77cacc78ad821e6a0c91bc16a15f9dd5a1d..c703d543d04fdd574236edc54c046ca492686c7d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -34,14 +34,14 @@ PHP                                                                        NEWS
   . Fixed bug #71600 (oci_fetch_all segfaults when selecting more than eight
     columns). (Tian Yang)
 
-- PCNTL:
-  . Fixed bug #72154 (pcntl_wait/pcntl_waitpid array internal structure
-    overwrite). (Laruence)
-
 - Opcache:
   . Fixed bug #72014 (Including a file with anonymous classes multiple times
     leads to fatal error). (Laruence)
 
+- PCNTL:
+  . Fixed bug #72154 (pcntl_wait/pcntl_waitpid array internal structure
+    overwrite). (Laruence)
+
 - POSIX:
   . Fixed bug #72133 (php_posix_group_to_array crashes if gr_passwd is NULL).
     (esminis at esminis dot lt)