diff options
| author | Thies C. Arntzen <thies@php.net> | 2000-01-16 12:34:18 +0000 |
|---|---|---|
| committer | Thies C. Arntzen <thies@php.net> | 2000-01-16 12:34:18 +0000 |
| commit | 83097f136a264f0ca507e76012099de06e9cf49f (patch) | |
| tree | 716a8d8f40e1af2b662c7bceb5b5348ddba3812f | |
| parent | 437e3964555945aa58232098d573903dfe621b3e (diff) | |
| download | php-git-83097f136a264f0ca507e76012099de06e9cf49f.tar.gz | |
fixes #3220, #3221 finally
| -rw-r--r-- | main/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c index c406e511b3..bf574efe32 100644 --- a/main/main.c +++ b/main/main.c @@ -717,6 +717,8 @@ int php_request_startup(CLS_D ELS_DC PLS_DC SLS_DC) php_output_startup(); + PG(post_request_startup_ok) = PG(pre_request_shutdown_ok) = 0; + #if APACHE /* * For the Apache module version, this bit of code registers a cleanup |
