diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2004-10-16 10:32:42 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2004-10-16 10:32:42 +0000 |
commit | d5eb399b5e804c0635a75dc9cfa84640ce79e53d (patch) | |
tree | b1929564b28c95e73a58d35eb18889828d83cf73 /main | |
parent | c3dbe168fb46a7d0d991e6070922a657c3d02ebd (diff) | |
download | php-git-d5eb399b5e804c0635a75dc9cfa84640ce79e53d.tar.gz |
Fix for Bug #30397
Diffstat (limited to 'main')
-rw-r--r-- | main/main.c | 1 |
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; |