summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-07-14 08:31:44 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-07-14 08:31:44 +0200
commit50866846c4c7fb94f4fee30ca53459f96eeb5eae (patch)
treeb097ffad2551d563ff434ee4bb9654e295c60185 /sapi/phpdbg/phpdbg.h
parent762c6dd6662d0269bdb6161706d2f40fb6802e43 (diff)
downloadphp-git-50866846c4c7fb94f4fee30ca53459f96eeb5eae.tar.gz
We want to track phpdbg bugs in official bug tracker now; updated URL
Diffstat (limited to 'sapi/phpdbg/phpdbg.h')
-rw-r--r--sapi/phpdbg/phpdbg.h5
1 files changed, 2 insertions, 3 deletions
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>"
/* }}} */