diff options
author | Sascha Schumann <sas@php.net> | 2002-03-04 18:46:55 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-03-04 18:46:55 +0000 |
commit | b4d5aa5c50500b2cb2904c62ae8aca6c0f392cfb (patch) | |
tree | 9ccdc47145e62d78bf0e20a82ef74d4f21b244f8 /main/php_main.h | |
parent | f79e39cf56f82cdad8684b6bc8af688ce59787bd (diff) | |
download | php-git-b4d5aa5c50500b2cb2904c62ae8aca6c0f392cfb.tar.gz |
Supply php_html_puts which escapes a whole string.. now fully works in ZTS
mode, too.
Diffstat (limited to 'main/php_main.h')
-rw-r--r-- | main/php_main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php_main.h b/main/php_main.h index ea9137c5f8..0ae80136cd 100644 --- a/main/php_main.h +++ b/main/php_main.h @@ -45,6 +45,8 @@ PHPAPI int php_lint_script(zend_file_handle *file TSRMLS_DC); PHPAPI void php_handle_aborted_connection(void); PHPAPI int php_handle_auth_data(const char *auth TSRMLS_DC); +PHPAPI void php_html_puts(const char *str, uint siz TSRMLS_DC); + extern void php_call_shutdown_functions(void); /* environment module */ |