From: krakjoe Date: Tue, 12 Nov 2013 06:04:32 +0000 (+0000) Subject: ... X-Git-Tag: php-5.6.0alpha1~110^2~441 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78418cc38c822cc915f23d6d3ffcd185daf29418;p=php ... --- diff --git a/phpdbg.png b/phpdbg.png index 403652be89..829bbba894 100644 Binary files a/phpdbg.png and b/phpdbg.png differ diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 40db309d5a..72d9023912 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -491,7 +491,7 @@ static PHPDBG_COMMAND(help) /* {{{ */ printf("To get help regarding a specific command type \"help command\"\n"); printf( - "%sCommands:%s\n", + "%sCommands%s\n", PHPDBG_BOLD_LINE(TSRMLS_C), PHPDBG_END_LINE(TSRMLS_C)); while (prompt_command && prompt_command->name) {