From a74b34261266efea88215b80e1403254cca6996b Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Wed, 28 Apr 1999 17:38:24 +0000 Subject: [PATCH] - Small startup fix. --- main/main.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1