]> granicus.if.org Git - php/commitdiff
[ci skip] Update NEWS
authorPeter Kokot <peterkokot@gmail.com>
Sat, 4 Aug 2018 14:16:07 +0000 (16:16 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sat, 4 Aug 2018 14:16:07 +0000 (16:16 +0200)
Bug fix #76595 has been done after RC release and should go to
appropriate NEWS location then.

NEWS

diff --git a/NEWS b/NEWS
index e02ef741311e4a73b6c240fc972034201c319fd3..76cc7845f9098f4552e1bb12a8b9b0fe9654ec6a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ PHP                                                                        NEWS
   . Fixed bug #76704 (mb_detect_order return value varies based on argument
     type). (cmb)
 
+- phpdbg:
+  . Fixed bug #76595 (phpdbg man page contains outdated information).
+    (Kevin Abel)
+
 16 Aug 2018, PHP 7.1.21
 
 - Calendar:
@@ -23,10 +27,6 @@ PHP                                                                        NEWS
   . Fixed bug #75402 (Possible Memory Leak using PDO::CURSOR_SCROLL option).
     (Anatol)
 
-- phpdbg:
-  . Fixed bug #76595 (phpdbg man page contains outdated information).
-    (Kevin Abel)
-
 - SQLite3:
   . Fixed #76665 (SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggle).
     (cmb)