]> granicus.if.org Git - php/commitdiff
move the phpdbg NEWS entry to the correct version
authorFerenc Kovacs <tyrael@php.net>
Wed, 2 Sep 2015 23:58:13 +0000 (01:58 +0200)
committerFerenc Kovacs <tyrael@php.net>
Wed, 2 Sep 2015 23:58:13 +0000 (01:58 +0200)
NEWS

diff --git a/NEWS b/NEWS
index c4286320e8d98e41090c44eb9bddf00cb5dccb12..01c68a81f90e17640cdc2172f2909597c902d72a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,9 @@ PHP                                                                        NEWS
 - PDO:
   - Fixed bug #70389 (PDO constructor changes unrelated variables). (Laruence)
 
+- Phpdbg:
+  . Fix phpdbg_break_next() sometimes not breaking. (Bob)
+
 - Standard:
   . Fixed bug #67131 (setcookie() conditional for empty values not met). (cmb)
 
@@ -59,9 +62,6 @@ PHP                                                                        NEWS
   . Fixed bug #70345 (Multiple vulnerabilities related to PCRE functions).
     (Anatol Belski)
 
-- Phpdbg:
-  . Fix phpdbg_break_next() sometimes not breaking. (Bob)
-
 - SOAP:
   . Fixed bug #70388 (SOAP serialize_function_call() type confusion / RCE).
     (Stas)