Home
last modified time | relevance | path

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

/PHP-5.5/ext/session/
H A Dmod_files.c62 char *basedir; member
83 buflen < (strlen(data->basedir) + 2 * data->dirdepth + key_len + 5 + sizeof(FILE_PREFIX))) { in ps_files_path_create()
88 memcpy(buf, data->basedir, data->basedir_len); in ps_files_path_create()
310 data->basedir = estrndup(save_path, data->basedir_len); in PS_OPEN_FUNC()
331 efree(data->basedir); in PS_CLOSE_FUNC()
469 *nrdels = ps_files_cleanup_dir(data->basedir, maxlifetime TSRMLS_CC); in PS_GC_FUNC()
H A Dmod_files.bat9 ECHO Usage %0 ^<basedir^> ^<depth^> ^[^hash_bits^]
11 ECHO Where ^<basedir^> is the session directory
/PHP-5.5/main/
H A Dfopen_wrappers.c142 PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path TSRMLS_DC) argument
155 if (strcmp(basedir, ".") || !VCWD_GETCWD(local_open_basedir, MAXPATHLEN)) {
157 strlcpy(local_open_basedir, basedir, sizeof(local_open_basedir));
232 if (basedir[strlen(basedir) - 1] == PHP_DIR_SEPARATOR || basedir[strlen(basedir) - 1] == '/') {
234 if (basedir[strlen(basedir) - 1] == PHP_DIR_SEPARATOR) {
H A Dfopen_wrappers.h35 PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path TSRMLS_DC);
/PHP-5.5/
H A Dphp.ini-development297 ; http://php.net/open-basedir
H A Dphp.ini-production297 ; http://php.net/open-basedir

Completed in 24 milliseconds