Home
last modified time | relevance | path

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

/PHP-5.4/ext/session/
H A Dmod_files.c62 char *basedir; member
114 buflen < (strlen(data->basedir) + 2 * data->dirdepth + key_len + 5 + sizeof(FILE_PREFIX))) { in ps_files_path_create()
119 memcpy(buf, data->basedir, data->basedir_len); in ps_files_path_create()
323 data->basedir = estrndup(save_path, data->basedir_len); in PS_OPEN_FUNC()
343 efree(data->basedir); in PS_CLOSE_FUNC()
462 *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.4/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.4/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler_openbasedir.phpt2 mysqli_set_local_infile_handler() - open basedir restrictions
/PHP-5.4/
H A Dphp.ini-development298 ; http://php.net/open-basedir
H A Dphp.ini-production298 ; http://php.net/open-basedir

Completed in 18 milliseconds