From: krakjoe Date: Wed, 13 Nov 2013 02:48:22 +0000 (+0000) Subject: ... X-Git-Tag: php-5.6.0alpha1~110^2~398 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fec3b77a0ff2b986723acf92e1b75e774f1f3753;p=php ... --- diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 5996bc23b3..fbdd7def79 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -215,7 +215,7 @@ static PHPDBG_COMMAND(print) /* {{{ */ } phpdbg_writeln(SEPARATE); - phpdbg_notice("Execution Context Information:"); + phpdbg_notice("Execution Context Information"); #ifdef HAVE_LIBREADLINE phpdbg_writeln("Readline\tyes"); #else @@ -401,7 +401,7 @@ static PHPDBG_COMMAND(help) /* {{{ */ if (expr_len > 0L) { if (phpdbg_do_cmd(phpdbg_help_commands, (char*)expr, expr_len TSRMLS_CC) == FAILURE) { - phpdbg_error("Failed to find help command: %s/%lu", expr, expr_len); + phpdbg_error("Failed to find help command: %s", expr); } } else { const phpdbg_command_t *prompt_command = phpdbg_prompt_commands;