summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-05-18 22:30:52 +0000
committerAntony Dovgal <tony2001@php.net>2006-05-18 22:30:52 +0000
commit3066881dea2b33b6146cb8e6b018681e7bfd4fbf (patch)
treeb921f4ce89e350438611f14f532bf09e27733021
parentadcd6606656e279d005078e056677c923eda782e (diff)
downloadphp-git-3066881dea2b33b6146cb8e6b018681e7bfd4fbf.tar.gz
fix leak (and possible segfault?)
see bug #30397 for more details, somebody should really consider doing MFH when fixing such critical things
-rw-r--r--main/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c
index d061842b69..1894b7298e 100644
--- a/main/main.c
+++ b/main/main.c
@@ -1108,7 +1108,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;