File tree 1 file changed +1
-9
lines changed 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -1987,14 +1987,6 @@ PHPAPI void php_com_initialize(void)
1987
1987
}
1988
1988
/* }}} */
1989
1989
1990
- /* {{{ php_output_wrapper
1991
- */
1992
- static size_t php_output_wrapper (const char * str , size_t str_length )
1993
- {
1994
- return php_output_write (str , str_length );
1995
- }
1996
- /* }}} */
1997
-
1998
1990
#ifdef ZTS
1999
1991
/* {{{ core_globals_ctor
2000
1992
*/
@@ -2171,7 +2163,7 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod
2171
2163
2172
2164
zuf .error_function = php_error_cb ;
2173
2165
zuf .printf_function = php_printf ;
2174
- zuf .write_function = php_output_wrapper ;
2166
+ zuf .write_function = php_output_write ;
2175
2167
zuf .fopen_function = php_fopen_wrapper_for_zend ;
2176
2168
zuf .message_handler = php_message_handler_for_zend ;
2177
2169
zuf .get_configuration_directive = php_get_configuration_directive_for_zend ;
You can’t perform that action at this time.
0 commit comments