diff options
author | Thies C. Arntzen <thies@php.net> | 2000-01-16 10:51:55 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-01-16 10:51:55 +0000 |
commit | 840697c69bdd53b6b0af217dd4cd18f45cdc53db (patch) | |
tree | 5e03dc7738ddb05f2723f6fa653b38adcb7f3e2a | |
parent | bd375505f7c609d9922adf5b3d2554b95447ad21 (diff) | |
download | php-git-840697c69bdd53b6b0af217dd4cd18f45cdc53db.tar.gz |
hopfully fixes #3220, #3221
-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; } } |