]> granicus.if.org Git - php/commitdiff
Fix for Bug #30397
authorAnantha Kesari H Y <hyanantha@php.net>
Sat, 16 Oct 2004 10:32:42 +0000 (10:32 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Sat, 16 Oct 2004 10:32:42 +0000 (10:32 +0000)
main/main.c

index eeb96e18c7b3058beec4f37f310637f9974f34cd..884d56adad3dcca0603d8a2b0abf94d4049ba3e5 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;