Searched refs:debpath (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/main/ |
H A D | php_ini.c | 648 char *bufpath, *debpath, *endpath; in php_init_config() local 654 for (debpath = bufpath ; debpath ; debpath=endpath) { in php_init_config() 655 endpath = strchr(debpath, DEFAULT_DIR_SEPARATOR); in php_init_config() 659 if (!debpath[0]) { in php_init_config() 662 debpath = PHP_CONFIG_FILE_SCAN_DIR; in php_init_config() 664 lenpath = (int)strlen(debpath); in php_init_config() 666 if (lenpath > 0 && (ndir = php_scandir(debpath, &namelist, 0, php_alphasort)) > 0) { in php_init_config() 678 if (IS_SLASH(debpath[lenpath - 1])) { in php_init_config() 679 snprintf(ini_file, MAXPATHLEN, "%s%s", debpath, namelist[i]->d_name); in php_init_config() 681 snprintf(ini_file, MAXPATHLEN, "%s%c%s", debpath, DEFAULT_SLASH, namelist[i]->d_name); in php_init_config()
|
Completed in 7 milliseconds