diff --git a/NEWS b/NEWS index 168c3d9192f..72e91e810f9 100644 --- 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).