]> granicus.if.org Git - php/commitdiff
update NEWS
authorFerenc Kovacs <tyrael@php.net>
Wed, 12 Nov 2014 13:51:18 +0000 (14:51 +0100)
committerFerenc Kovacs <tyrael@php.net>
Wed, 12 Nov 2014 13:51:18 +0000 (14:51 +0100)
NEWS

diff --git a/NEWS b/NEWS
index ec0c2e613f212889b88fa3bc3f65a0bc8cf8d53f..c96a562102a9224aeb0d63dd09fe5f5ab3af718d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,10 @@ PHP                                                                        NEWS
   . Fixed bug #68104 (Segfault while pre-evaluating a disabled function).
     (Laruence)
 
+- phpdbg:
+  . Added XML protocol (-x command line flag). (Bob)
+  . Added hard interruptions (twice SIGINT). (Bob)
+
 - Session:
   . Fixed bug #68331 (Session custom storage callable functions not being called) 
     (Yasuo Ohgaki)
@@ -75,10 +79,6 @@ PHP                                                                        NEWS
   . Fixed bug #68074 (Allow to use system cipher list instead of hardcoded
     value). (Remi)
 
-- phpdbg:
-  . Added XML protocol (-x command line flag). (Bob)
-  . Added hard interruptions (twice SIGINT). (Bob)
-
 - PDO_pgsql:
   . Fixed bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads)
     (Matteo, Alain Laporte)