]> granicus.if.org Git - php/commitdiff
[ci skip] Fix NEWS
authorChristoph M. Becker <cmbecker69@gmx.de>
Sat, 4 Aug 2018 11:44:59 +0000 (13:44 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sat, 4 Aug 2018 11:46:32 +0000 (13:46 +0200)
beta1 has already been released, but does not contain the fix for bug
76595.

NEWS

diff --git a/NEWS b/NEWS
index e540a1b9a1c2f7bc32c08d9dea63ac25e0f71f94..a491bf181e65ccdd5390d89c3eba83f53814f7fe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.0beta1
+?? ??? ????, PHP 7.3.0beta2
+
+- phpdbg:
+  . Fixed bug #76595 (phpdbg man page contains outdated information).
+    (Kevin Abel)
+
+02 Aug 2018, PHP 7.3.0beta1
 
 - Core:
   . Fixed bug #76667 (Segfault with divide-assign op and __get + __set).
@@ -10,10 +16,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)