summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-05-06 09:39:02 +0200
committerAnatol Belski <ab@php.net>2016-05-06 09:39:02 +0200
commitd76638b4910969050ed183ef3db786acf0cecec2 (patch)
tree918a19d8fda5d48d6a8f4ade29601ed5b5816b46
parent5afba67bfea2486c8df0edf20677a809c1062252 (diff)
downloadphp-git-d76638b4910969050ed183ef3db786acf0cecec2.tar.gz
reorder entry alphabetically
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 6228b77cac..c703d543d0 100644
--- 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)