summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_help.h
diff options
context:
space:
mode:
authorGeorge Wang <gwang@php.net>2014-11-03 11:44:13 -0500
committerGeorge Wang <gwang@php.net>2014-11-03 11:44:13 -0500
commitbba11e32557c59e5d73a67c3f8770ecd2dcd9926 (patch)
tree9791f6cee83a5497e82216b82c413a1794a53a31 /sapi/phpdbg/phpdbg_help.h
parent4435161456740f8709fe0d5592bc195bb5be04ba (diff)
parente12d69df0c013bf94b18136fe877f9af2ba15c02 (diff)
downloadphp-git-bba11e32557c59e5d73a67c3f8770ecd2dcd9926.tar.gz
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
Diffstat (limited to 'sapi/phpdbg/phpdbg_help.h')
-rw-r--r--sapi/phpdbg/phpdbg_help.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/phpdbg/phpdbg_help.h b/sapi/phpdbg/phpdbg_help.h
index 16a1e771e3..4a433fda6c 100644
--- a/sapi/phpdbg/phpdbg_help.h
+++ b/sapi/phpdbg/phpdbg_help.h
@@ -35,9 +35,9 @@ PHPDBG_HELP(aliases);
extern const phpdbg_command_t phpdbg_help_commands[];
#define phpdbg_help_header() \
- phpdbg_notice("Welcome to phpdbg, the interactive PHP debugger, v%s", PHPDBG_VERSION);
+ phpdbg_notice("version", "version=\"%s\"", "Welcome to phpdbg, the interactive PHP debugger, v%s", PHPDBG_VERSION);
#define phpdbg_help_footer() \
- phpdbg_notice("Please report bugs to <%s>", PHPDBG_ISSUES);
+ phpdbg_notice("issues", "url=\"%s\"", "Please report bugs to <%s>", PHPDBG_ISSUES);
typedef struct _phpdbg_help_text_t {
char *key;