Searched refs:sys_temp_dir (Results 1 – 9 of 9) sorted by relevance
209 char *sys_temp_dir = PG(sys_temp_dir); in php_get_temporary_directory() local210 if (sys_temp_dir) { in php_get_temporary_directory()211 int len = strlen(sys_temp_dir); in php_get_temporary_directory()212 if (len >= 2 && sys_temp_dir[len - 1] == DEFAULT_SLASH) { in php_get_temporary_directory()213 temporary_directory = estrndup(sys_temp_dir, len - 1); in php_get_temporary_directory()215 } else if (len >= 1 && sys_temp_dir[len - 1] != DEFAULT_SLASH) { in php_get_temporary_directory()216 temporary_directory = estrndup(sys_temp_dir, len); in php_get_temporary_directory()
88 char *sys_temp_dir; member
599 …STD_PHP_INI_ENTRY("sys_temp_dir", NULL, PHP_INI_SYSTEM, OnUpdateStringUnempty, sys_temp_dir, …
4 sys_temp_dir=C:\Windows
4 sys_temp_dir=/path/to/temp/dir
5 sys_temp_dir=/not-supposed-to-exist
738 ; sys_temp_dir = "/tmp"
2003 . Fixed bug #67551 (php://input temp file will be located in sys_temp_dir
Completed in 43 milliseconds