]> granicus.if.org Git - php/commitdiff
removing a call to php_output_activate in php_module_startup(Fix for bug#30397)
authorAnantha Kesari H Y <hyanantha@php.net>
Mon, 18 Oct 2004 10:36:35 +0000 (10:36 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Mon, 18 Oct 2004 10:36:35 +0000 (10:36 +0000)
main/main.c

index 71217ae6da8542fd4ab8502ba5244ebee3058fbd..0dbc80f4518ac034e535ee395ee65a4d6c86ef68 100644 (file)
@@ -1321,7 +1321,6 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod
        sapi_module = *sf;
 
        php_output_startup();
-       php_output_activate(TSRMLS_C);
 
        zuf.error_function = php_error_cb;
        zuf.printf_function = php_printf;