17#ifndef FOPEN_WRAPPERS_H
18#define FOPEN_WRAPPERS_H
21#include "php_globals.h"
26PHPAPI char *
expand_filepath_ex(
const char *filepath,
char *real_path,
const char *relative_to,
size_t relative_to_len);
34#define OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)
PHPAPI char * expand_filepath_with_mode(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len, int use_realpath)
PHPAPI char * php_strip_url_passwd(char *path)
PHPAPI int php_check_safe_mode_include_dir(const char *path)
PHPAPI int php_fopen_primary_script(zend_file_handle *file_handle)
PHPAPI int php_check_open_basedir(const char *path)
PHPAPI char * expand_filepath(const char *filepath, char *real_path)
PHPAPI int php_check_open_basedir_ex(const char *path, int warn)
PHPAPI FILE * php_fopen_with_path(const char *filename, const char *mode, const char *path, zend_string **opened_path)
PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path)
PHPAPI char * expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len)
PHPAPI zend_string * php_resolve_path(const char *filename, size_t filename_len, const char *path)
#define ZEND_INI_MH(name)
struct _zend_file_handle zend_file_handle
struct _zend_string zend_string