From: Bob Weinand Date: Thu, 1 May 2014 15:10:00 +0000 (+0200) Subject: Changed to more understandable NEWS message X-Git-Tag: php-5.6.0beta3~2^2~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f99449c3099f5fef826a41b768a18892ca896cd9;p=php Changed to more understandable NEWS message --- diff --git a/NEWS b/NEWS index 168c3d9192..72e91e810f 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).