summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-04-28 17:38:24 +0000
committerAndi Gutmans <andi@php.net>1999-04-28 17:38:24 +0000
commita74b34261266efea88215b80e1403254cca6996b (patch)
tree23231fcce4c92d238a081da2d6c416de887a368d
parent8423f8f1d36bf46f521e95673eb41f20cf34bc6c (diff)
downloadphp-git-a74b34261266efea88215b80e1403254cca6996b.tar.gz
- Small startup fix.
-rw-r--r--main/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c
index f2c4e589b0..3cd96ae760 100644
--- a/main/main.c
+++ b/main/main.c
@@ -795,6 +795,7 @@ int php_module_startup(sapi_functions_struct *sf)
main_core_globals = core_globals;
#endif
+ PG(header_is_being_sent) = 0;
sapi_startup(sf);
#if HAVE_SETLOCALE