Searched refs:safe_mode_exec_dir (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/main/ |
H A D | php_globals.h | 78 char *safe_mode_exec_dir; member
|
H A D | main.c | 508 …_dir", PHP_SAFE_MODE_EXEC_DIR, PHP_INI_SYSTEM, OnUpdateString, safe_mode_exec_dir, php_core_g…
|
/PHP-5.3/ext/standard/ |
H A D | exec.c | 92 …spprintf(&d, 0, "%s%s%s%s%s", PG(safe_mode_exec_dir), (b ? "" : "/"), (b ? b : cmd), (c ? " " : ""… in php_exec()
|
H A D | proc_open.c | 310 …spprintf(safecmd, 0, "%s%s%s%s", PG(safe_mode_exec_dir), (sep ? sep : "/"), (sep ? "" : arg0), (sp… in php_make_safe_mode_command()
|
H A D | filestat.c | 814 …snprintf(safe_mode_buf, MAXPATHLEN, "%s%s%s", PG(safe_mode_exec_dir), (b ? "" : "/"), (b ? b : loc… in php_stat()
|
H A D | file.c | 1007 spprintf(&buf, 0, "%s%s", PG(safe_mode_exec_dir), b); in PHP_FUNCTION() 1009 spprintf(&buf, 0, "%s/%s", PG(safe_mode_exec_dir), command); in PHP_FUNCTION()
|
/PHP-5.3/ |
H A D | php.ini-development | 353 ; When safe_mode is on, only executables located in the safe_mode_exec_dir 356 safe_mode_exec_dir =
|
H A D | php.ini-production | 353 ; When safe_mode is on, only executables located in the safe_mode_exec_dir 356 safe_mode_exec_dir =
|
H A D | NEWS | 4630 - Fixed bug #40455 (proc_open() uses wrong command line when safe_mode_exec_dir 5048 - Fixed bug #29840 (is_executable() does not honor safe_mode_exec_dir
|
Completed in 43 milliseconds