Skip to content

Commit

Permalink
Merge branch 'PHP-7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoebi committed Oct 16, 2016
2 parents 0399a43 + 47bd3d9 commit b1c6299
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sapi/phpdbg/phpdbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
} /* }}} */
Expand Down

0 comments on commit b1c6299

Please sign in to comment.