]> granicus.if.org Git - php/commitdiff
Changed to more understandable NEWS message
authorBob Weinand <bobwei9@hotmail.com>
Thu, 1 May 2014 15:10:00 +0000 (17:10 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Thu, 1 May 2014 15:10:00 +0000 (17:10 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 168c3d9192f654116bd9a731cd6b1f4341de36ac..72e91e810f962ca4aa84223ded2277bc12a4ab88 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -78,7 +78,8 @@ PHP                                                                        NEWS
 - phpdbg:
   . Added watchpoints (watch command). (Bob)
   . Renamed some commands (next => continue and how to step). (Joe)
-  . Fixed issue #85 (https://github.com/krakjoe/phpdbg/issues/85). (Bob)
+  . Fixed issue #85 (https://github.com/krakjoe/phpdbg/issues/85)
+    (Added stdin/stdout/stderr constants and their php:// wrappers). (Bob)
 
 - PDO:
   . Fixed bug #66604 ('pdo/php_pdo_error.h' not copied to the include dir).