mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
removing php_output_activate Fix for bug#30397
This commit is contained in:
parent
3b2879b3c1
commit
6021286c5d
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue