]> granicus.if.org Git - php/commitdiff
nother go on #3220, #3221
authorThies C. Arntzen <thies@php.net>
Sun, 16 Jan 2000 11:12:44 +0000 (11:12 +0000)
committerThies C. Arntzen <thies@php.net>
Sun, 16 Jan 2000 11:12:44 +0000 (11:12 +0000)
main/main.c

index 2c576b010fa9fb947dcb2b15e1f804a83b00e620..c406e511b3ebcdb35f86049a651efce9bd6b915d 100644 (file)
@@ -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;
        }
 }