summaryrefslogtreecommitdiff
path: root/main/fopen_wrappers.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-06-24 13:56:25 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-06-24 13:56:25 +0000
commit6b5b6079da8af0e3b7d3bba2f26854ac8d05885d (patch)
treedb4071a4889aa8ef0350cbb3ee9963b965378379 /main/fopen_wrappers.h
parenteea0ffc0d144667069c998ab85ca335112c62613 (diff)
downloadphp-git-6b5b6079da8af0e3b7d3bba2f26854ac8d05885d.tar.gz
Fix for bug #24313 (port from dead PHP_5 branch)
Diffstat (limited to 'main/fopen_wrappers.h')
-rw-r--r--main/fopen_wrappers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/fopen_wrappers.h b/main/fopen_wrappers.h
index 7a3b9592e3..a15897e91e 100644
--- a/main/fopen_wrappers.h
+++ b/main/fopen_wrappers.h
@@ -28,6 +28,7 @@ PHPAPI int php_fopen_primary_script(zend_file_handle *file_handle TSRMLS_DC);
PHPAPI char *expand_filepath(const char *filepath, char *real_path TSRMLS_DC);
PHPAPI int php_check_open_basedir(const char *path TSRMLS_DC);
+PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC);
PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path TSRMLS_DC);
PHPAPI int php_check_safe_mode_include_dir(char *path TSRMLS_DC);