diff options
-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 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 |