From: Bob Weinand Date: Tue, 14 Jul 2015 06:31:44 +0000 (+0200) Subject: We want to track phpdbg bugs in official bug tracker now; updated URL X-Git-Tag: php-7.1.1RC1~35^2~6^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50866846c4c7fb94f4fee30ca53459f96eeb5eae;p=php We want to track phpdbg bugs in official bug tracker now; updated URL --- diff --git a/sapi/phpdbg/phpdbg.h b/sapi/phpdbg/phpdbg.h index 7fb8083793..f900866211 100644 --- a/sapi/phpdbg/phpdbg.h +++ b/sapi/phpdbg/phpdbg.h @@ -100,9 +100,8 @@ /* {{{ strings */ #define PHPDBG_NAME "phpdbg" #define PHPDBG_AUTHORS "Felipe Pena, Joe Watkins and Bob Weinand" /* Ordered by last name */ -#define PHPDBG_URL "http://phpdbg.com" -#define PHPDBG_ISSUES "http://github.com/krakjoe/phpdbg/issues" -#define PHPDBG_VERSION "0.4.0" +#define PHPDBG_ISSUES "http://bugs.php.net/report.php" +#define PHPDBG_VERSION "0.5.0" #define PHPDBG_INIT_FILENAME ".phpdbginit" #define PHPDBG_DEFAULT_PROMPT "prompt>" /* }}} */