summaryrefslogtreecommitdiff
path: root/main/php_main.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-01-08 03:39:09 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-01-08 03:39:09 +0000
commitc5fb061cbfd4f97f2475801cbcd8b0f59898327b (patch)
tree92f0a7781c38ef5239cee15a92477d35f4762054 /main/php_main.h
parentfec9895fc3491b3c3cf1950f4fa3f5c58d78e350 (diff)
downloadphp-git-c5fb061cbfd4f97f2475801cbcd8b0f59898327b.tar.gz
Provide means for opening file for zend with error supression. Allows us to
avoid INI hackery such as the one used in SPL.
Diffstat (limited to 'main/php_main.h')
-rw-r--r--main/php_main.h1
1 files changed, 1 insertions, 0 deletions
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);