summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2004-10-18 10:26:45 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2004-10-18 10:26:45 +0000
commit6021286c5de892a463aa256d6822f5d64750d19c (patch)
treead0e08ac9539cea5930296c88b15ad259d2ab604
parent3b2879b3c15f116710b583c937433761ab136543 (diff)
downloadphp-git-6021286c5de892a463aa256d6822f5d64750d19c.tar.gz
removing php_output_activate Fix for bug#30397
-rw-r--r--main/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c
index eeb96e18c7..884d56adad 100644
--- a/main/main.c
+++ b/main/main.c
@@ -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;