mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Guard display_startup_errors with checking for default (working) output
functions.
This commit is contained in:
parent
04a242541b
commit
97b5bb474e
3 changed files with 12 additions and 6 deletions
|
@ -28,6 +28,9 @@ PHPAPI void php_output_startup(void);
|
|||
PHPAPI void php_output_activate(TSRMLS_D);
|
||||
PHPAPI void php_output_set_status(zend_bool status TSRMLS_DC);
|
||||
PHPAPI void php_output_register_constants(TSRMLS_D);
|
||||
PHPAPI int php_default_output_func(const char *str, uint str_len TSRMLS_DC);
|
||||
PHPAPI int php_ub_body_write(const char *str, uint str_length TSRMLS_DC);
|
||||
PHPAPI int php_ub_body_write_no_header(const char *str, uint str_length TSRMLS_DC);
|
||||
PHPAPI int php_body_write(const char *str, uint str_length TSRMLS_DC);
|
||||
PHPAPI int php_header_write(const char *str, uint str_length TSRMLS_DC);
|
||||
PHPAPI int php_start_ob_buffer(zval *output_handler, uint chunk_size, zend_bool erase TSRMLS_DC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue