Skip to content

Commit e289dc4

Browse files
committed
- err, revert
1 parent c8448d7 commit e289dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpdbg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ static inline void phpdbg_sigint_handler(int signo) /* {{{ */
446446
TSRMLS_FETCH();
447447

448448
if (EG(in_execution)) {
449-
/* we don't want to set signalled while phpdbg is not interactive */
449+
/* we don't want to set signalled while phpdbg is interactive */
450450
if (!(PHPDBG_G(flags) & PHPDBG_IS_INTERACTIVE)) {
451451
PHPDBG_G(flags) |= PHPDBG_IS_SIGNALED;
452452
}

0 commit comments

Comments
 (0)