From c5fb061cbfd4f97f2475801cbcd8b0f59898327b Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 8 Jan 2007 03:39:09 +0000 Subject: Provide means for opening file for zend with error supression. Allows us to avoid INI hackery such as the one used in SPL. --- main/php_main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main/php_main.h') diff --git a/main/php_main.h b/main/php_main.h index 8ec823f66d..01a1bce420 100644 --- a/main/php_main.h +++ b/main/php_main.h @@ -47,6 +47,7 @@ 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); +PHPAPI int php_stream_open_for_zend_ex(const char *filename, zend_file_handle *handle, int mode TSRMLS_DC); extern void php_call_shutdown_functions(TSRMLS_D); extern void php_free_shutdown_functions(TSRMLS_D); -- cgit v1.2.1