diff options
-rw-r--r-- | main/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c index 676d3af862..2c576b010f 100644 --- a/main/main.c +++ b/main/main.c @@ -666,6 +666,7 @@ static void php_execute_pre_request_shutdown(PLS_D) if (PG(pre_request_shutdown_ok)) { zend_llist_apply(&PG(ll_pre_request_shutdown), php_start_request_hook); zend_llist_destroy(&PG(ll_pre_request_shutdown)); + PG(pre_request_shutdown_ok) = 0; } } |