summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)