]> granicus.if.org Git - php/commitdiff
We want to track phpdbg bugs in official bug tracker now; updated URL
authorBob Weinand <bobwei9@hotmail.com>
Tue, 14 Jul 2015 06:31:44 +0000 (08:31 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Tue, 14 Jul 2015 06:31:44 +0000 (08:31 +0200)
sapi/phpdbg/phpdbg.h

index 7fb8083793aa829d974f5806de9bdc02c90cd633..f900866211735bac9120192ca3f13505e76470ae 100644 (file)
 /* {{{ 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>"
 /* }}} */