diff options
Diffstat (limited to 'ext/standard/php_output.h')
-rw-r--r-- | ext/standard/php_output.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/standard/php_output.h b/ext/standard/php_output.h index 63e692e2e2..17c8424429 100644 --- a/ext/standard/php_output.h +++ b/ext/standard/php_output.h @@ -27,6 +27,10 @@ PHPAPI int php_body_write(const char *str, uint str_length); PHPAPI int php_header_write(const char *str, uint str_length); PHPAPI void php_start_ob_buffering(void); PHPAPI void php_end_ob_buffering(int send_buffer); +PHPAPI int php_ob_get_buffer(pval *p); +PHPAPI void php_start_implicit_flush(); +PHPAPI void php_end_implicit_flush(); + extern zend_module_entry output_module_entry; #define phpext_output_ptr &output_module_entry |