Home
last modified time | relevance | path

Searched refs:local_open_basedir (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/main/
H A Dfopen_wrappers.c146 char local_open_basedir[MAXPATHLEN]; local
155 if (strcmp(basedir, ".") || !VCWD_GETCWD(local_open_basedir, MAXPATHLEN)) {
157 strlcpy(local_open_basedir, basedir, sizeof(local_open_basedir));
228 if (expand_filepath(local_open_basedir, resolved_basedir TSRMLS_CC) != NULL) {

Completed in 7 milliseconds