]> granicus.if.org Git - php/commitdiff
Added NEWS and UPGRADING info for phpdbg
authorBob Weinand <bobwei9@hotmail.com>
Fri, 20 Dec 2013 13:56:03 +0000 (14:56 +0100)
committerBob Weinand <bobwei9@hotmail.com>
Fri, 20 Dec 2013 13:56:03 +0000 (14:56 +0100)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index d897d98fdf82964764482b16b16aea09ea83fee0..536ab75ada47eb6e47f6d50fe5367f57a44c2073 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -67,6 +67,10 @@ PHP                                                                        NEWS
   . Fixed Bug #63657 (pgsqlCopyFromFile, pgsqlCopyToArray use Postgres < 7.3
     syntax). (Matteo)
 
+- phpdbg:
+  . Included phpdbg sapi (RFC: https://wiki.php.net/rfc/phpdbg).
+    (Felipe Pena, Joe Watkins and Bob Weinand)
+
 - Session:
   . Fixed Bug #65315 (session.hash_function silently fallback to default md5)
     (Yasuo)
index b4f389de2dd7a8e43ef526fc0f9e1ff4020835e5..660d3b9bd2f3102c488055b61d3e0fae32647687 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -62,6 +62,8 @@ PHP X.Y UPGRADE NOTES
 2. Changes in SAPI modules
 ========================================
 
+- Added phpdbg sapi.
+  (https://wiki.php.net/rfc/phpdbg)
 
 ========================================
 3. Deprecated Functionality