Searched refs:basedir (Results 1 – 6 of 6) sorted by relevance
/PHP-5.5/ext/session/ |
H A D | mod_files.c | 62 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 D | mod_files.bat | 9 ECHO Usage %0 ^<basedir^> ^<depth^> ^[^hash_bits^] 11 ECHO Where ^<basedir^> is the session directory
|
/PHP-5.5/main/ |
H A D | fopen_wrappers.c | 142 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 D | fopen_wrappers.h | 35 PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path TSRMLS_DC);
|
/PHP-5.5/ |
H A D | php.ini-development | 297 ; http://php.net/open-basedir
|
H A D | php.ini-production | 297 ; http://php.net/open-basedir
|
Completed in 21 milliseconds