diff options
author | Stanislav Malyshev <stas@php.net> | 2000-08-08 16:36:25 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2000-08-08 16:36:25 +0000 |
commit | 40fd4fb21b28d6a302798a1b173ffd082a51816a (patch) | |
tree | 6a184b5ef532fed5a6f12d6ab3f9d7cdfbf7272c /main/fopen_wrappers.h | |
parent | b5f74d44e9e4eb0e54a7e1ad992cac0efb7ea1c4 (diff) | |
download | php-git-40fd4fb21b28d6a302798a1b173ffd082a51816a.tar.gz |
Standartize full path handling - everything now goes via expand_filepath
Add errno to open_basedir checking function
Diffstat (limited to 'main/fopen_wrappers.h')
-rw-r--r-- | main/fopen_wrappers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/fopen_wrappers.h b/main/fopen_wrappers.h index 5c75cc35b4..919cf04010 100644 --- a/main/fopen_wrappers.h +++ b/main/fopen_wrappers.h @@ -76,7 +76,7 @@ PHPAPI FILE *php_fopen_with_path(char *filename, char *mode, char *path, char ** PHPAPI int php_is_url(char *path); PHPAPI char *php_strip_url_passwd(char *path); -PHPAPI char *expand_filepath(char *filepath); +PHPAPI char *expand_filepath(char *filepath,char *real_path); int php_init_fopen_wrappers(void); int php_shutdown_fopen_wrappers(void); |