From: Bob Weinand Date: Thu, 1 May 2014 09:46:35 +0000 (+0200) Subject: Updated NEWS for fixed phpdbg issue #85 X-Git-Tag: PRE_PHPNG_MERGE~326^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d13b7f191d8d2044c21594d479aed5f2f06772a;p=php Updated NEWS for fixed phpdbg issue #85 --- diff --git a/NEWS b/NEWS index 75550f9cfc..fd86eaf289 100644 --- a/NEWS +++ b/NEWS @@ -76,6 +76,7 @@ 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) - PDO: . Fixed bug #66604 ('pdo/php_pdo_error.h' not copied to the include dir).