From 090bfcdfe197165ba3dd7125d4ef48866fc769a7 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 25 Jul 2011 16:50:07 +0000 Subject: - add expand_filepath_with_mode (not used anywhere yet but will be used for file ops (fopen&co) to avoid extra links resolution and other non required ops on open --- main/fopen_wrappers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main/fopen_wrappers.h') diff --git a/main/fopen_wrappers.h b/main/fopen_wrappers.h index 842780a1b2..0f4ff94a85 100644 --- a/main/fopen_wrappers.h +++ b/main/fopen_wrappers.h @@ -28,6 +28,7 @@ BEGIN_EXTERN_C() 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 char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len TSRMLS_DC); +PHPAPI char *expand_filepath_with_mode(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len, int use_realpath 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); -- cgit v1.2.1