mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Merge branch 'PHP-7.0' into PHP-7.1
This commit is contained in:
commit
47bd3d982e
1 changed files with 4 additions and 0 deletions
|
@ -1175,6 +1175,10 @@ static inline void phpdbg_sigint_handler(int signo) /* {{{ */
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
PHPDBG_G(flags) |= PHPDBG_IS_SIGNALED;
|
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