Home
last modified time | relevance | path

Searched refs:sys_temp_dir (Results 1 – 9 of 9) sorted by relevance

/PHP-5.6/main/
H A Dphp_open_temporary_file.c209 char *sys_temp_dir = PG(sys_temp_dir); in php_get_temporary_directory() local
210 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()
H A Dphp_globals.h88 char *sys_temp_dir; member
H A Dmain.c599 …STD_PHP_INI_ENTRY("sys_temp_dir", NULL, PHP_INI_SYSTEM, OnUpdateStringUnempty, sys_temp_dir, …
/PHP-5.6/tests/basic/
H A Dreq60524-win.phpt4 sys_temp_dir=C:\Windows
H A Dreq60524.phpt4 sys_temp_dir=/path/to/temp/dir
/PHP-5.6/sapi/tests/
H A Dbug69487.phpt5 sys_temp_dir=/not-supposed-to-exist
/PHP-5.6/
H A Dphp.ini-development738 ; sys_temp_dir = "/tmp"
H A Dphp.ini-production738 ; sys_temp_dir = "/tmp"
H A DNEWS2003 . Fixed bug #67551 (php://input temp file will be located in sys_temp_dir

Completed in 43 milliseconds