From: Bob Weinand Date: Thu, 1 May 2014 08:50:41 +0000 (+0200) Subject: Updated NEWS entry for phpdbg X-Git-Tag: PRE_PHPNG_MERGE~329^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ba657ce8954e25cf72e62c3e44d78ad932a9fcb;p=php Updated NEWS entry for phpdbg --- diff --git a/NEWS b/NEWS index f98283c316..4b909869fa 100644 --- a/NEWS +++ b/NEWS @@ -72,6 +72,10 @@ PHP NEWS . Fix bug #66840 (Fix broken build when extension built separately). (Daniel Lowrey) +- phpdbg: + . Added watchpoints (watch command). (Bob) + . Renamed some commands (next => continue and how to step). (Joe) + - PDO: . Fixed bug #66604 ('pdo/php_pdo_error.h' not copied to the include dir). (Matteo)