Skip to content

Commit

Permalink
Merge branch 'PHP-7.2'
Browse files Browse the repository at this point in the history
* PHP-7.2:
  Fix issue with zend signals in php_request_startup
  • Loading branch information
krakjoe committed Oct 19, 2017
2 parents 13f3bd9 + 0397b8c commit 5d2456c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,9 @@ int php_request_startup(void)
zend_activate();
sapi_activate();

#ifdef ZEND_SIGNALS
zend_signal_activate();
#endif

if (PG(max_input_time) == -1) {
zend_set_timeout(EG(timeout_seconds), 1);
Expand Down

0 comments on commit 5d2456c

Please sign in to comment.