mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.1'
This commit is contained in:
commit
b1c6299b34
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
} /* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue