From: Thies C. Arntzen Date: Sun, 16 Jan 2000 10:51:55 +0000 (+0000) Subject: hopfully fixes #3220, #3221 X-Git-Tag: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=840697c69bdd53b6b0af217dd4cd18f45cdc53db;p=php hopfully fixes #3220, #3221 --- 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; } }