diff options
author | Derick Rethans <derick@php.net> | 2004-10-18 06:04:02 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2004-10-18 06:04:02 +0000 |
commit | 3b2879b3c15f116710b583c937433761ab136543 (patch) | |
tree | 27ce3e5e45a86c4c1d005bb806758fff4f282270 /main | |
parent | c94cc82ebb3513b31f44a4bf3213d0b6075b7e9e (diff) | |
download | php-git-3b2879b3c15f116710b583c937433761ab136543.tar.gz |
- Revert patch until it is discussed
Diffstat (limited to 'main')
-rw-r--r-- | main/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c index 884d56adad..eeb96e18c7 100644 --- a/main/main.c +++ b/main/main.c @@ -1321,6 +1321,7 @@ 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; |