From: Thies C. Arntzen Date: Sun, 16 Jan 2000 11:12:44 +0000 (+0000) Subject: nother go on #3220, #3221 X-Git-Tag: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=437e3964555945aa58232098d573903dfe621b3e;p=php nother go on #3220, #3221 --- diff --git a/main/main.c b/main/main.c index 2c576b010f..c406e511b3 100644 --- a/main/main.c +++ b/main/main.c @@ -675,6 +675,7 @@ static void php_execute_post_request_startup(PLS_D) if (PG(post_request_startup_ok)) { zend_llist_apply(&PG(ll_post_request_startup), php_start_request_hook); zend_llist_destroy(&PG(ll_post_request_startup)); + PG(post_request_startup_ok) = 0; } }