From e289dc464ac96ef1df284977da9025a8f5f1210e Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sat, 23 Nov 2013 14:46:38 -0200 Subject: [PATCH] - err, revert --- phpdbg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdbg.c b/phpdbg.c index 4650f58449..e4eff77e44 100644 --- a/phpdbg.c +++ b/phpdbg.c @@ -446,7 +446,7 @@ static inline void phpdbg_sigint_handler(int signo) /* {{{ */ TSRMLS_FETCH(); if (EG(in_execution)) { - /* we don't want to set signalled while phpdbg is not interactive */ + /* we don't want to set signalled while phpdbg is interactive */ if (!(PHPDBG_G(flags) & PHPDBG_IS_INTERACTIVE)) { PHPDBG_G(flags) |= PHPDBG_IS_SIGNALED; } -- 2.50.1