diff options
Diffstat (limited to 'main/fopen_wrappers.h')
| -rw-r--r-- | main/fopen_wrappers.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/fopen_wrappers.h b/main/fopen_wrappers.h index 0bb7880608..ee0040e338 100644 --- a/main/fopen_wrappers.h +++ b/main/fopen_wrappers.h @@ -66,7 +66,8 @@ PHPAPI FILE *php_fopen_wrapper(char *filename, char *mode, int options, int *issock, int *socketd, char **opened_path); -PHPAPI FILE *php_fopen_primary_script(void); +PHPAPI int php_fopen_primary_script(zend_file_handle *file_handle); +PHPAPI char *expand_filepath(const char *filepath, char *real_path); PHPAPI int php_check_open_basedir(char *path); PHPAPI int php_check_specific_open_basedir(char *basedir, char *path PLS_DC); |
