mirror of
https://github.com/php/php-src.git
synced 2026-04-27 01:48:26 +02:00
Merge branch 'PHP-7.0' into PHP-7.1
This commit is contained in:
@@ -1175,6 +1175,10 @@ static inline void phpdbg_sigint_handler(int signo) /* {{{ */
|
||||
}
|
||||
} else {
|
||||
PHPDBG_G(flags) |= PHPDBG_IS_SIGNALED;
|
||||
if (PHPDBG_G(flags) & PHPDBG_PREVENT_INTERACTIVE) {
|
||||
PHPDBG_G(flags) |= PHPDBG_HAS_PAGINATION;
|
||||
PHPDBG_G(flags) &= ~PHPDBG_PREVENT_INTERACTIVE;
|
||||
}
|
||||
}
|
||||
}
|
||||
} /* }}} */
|
||||
|
||||
Reference in New Issue
Block a user