]> granicus.if.org Git - php/commitdiff
- Small startup fix.
authorAndi Gutmans <andi@php.net>
Wed, 28 Apr 1999 17:38:24 +0000 (17:38 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 28 Apr 1999 17:38:24 +0000 (17:38 +0000)
main/main.c

index f2c4e589b0f45cda54000363aa8199a55b16e7a4..3cd96ae760d90f6934d72cf58718d322e2aab05e 100644 (file)
@@ -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