From: krakjoe Date: Sun, 10 Nov 2013 16:33:35 +0000 (+0000) Subject: ... X-Git-Tag: php-5.6.0alpha1~110^2~528 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=782ea75c9e8833ffd32a84875ab9c3c2712c4b0a;p=php ... --- diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index e5c3142eda..a176be4c9e 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -367,7 +367,9 @@ int phpdbg_interactive(int argc, char **argv TSRMLS_DC) /* {{{ */ } } - printf("phpdbg> "); + if (!PHPDBG_G(quitting)) { + printf("phpdbg> "); + } } return SUCCESS;