Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dphp_globals.h78 char *safe_mode_exec_dir; member
H A Dmain.c508 …_dir", PHP_SAFE_MODE_EXEC_DIR, PHP_INI_SYSTEM, OnUpdateString, safe_mode_exec_dir, php_core_g…
/PHP-5.3/ext/standard/
H A Dexec.c92 …spprintf(&d, 0, "%s%s%s%s%s", PG(safe_mode_exec_dir), (b ? "" : "/"), (b ? b : cmd), (c ? " " : ""… in php_exec()
H A Dproc_open.c310 …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 Dfilestat.c814 …snprintf(safe_mode_buf, MAXPATHLEN, "%s%s%s", PG(safe_mode_exec_dir), (b ? "" : "/"), (b ? b : loc… in php_stat()
H A Dfile.c1007 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 Dphp.ini-development353 ; When safe_mode is on, only executables located in the safe_mode_exec_dir
356 safe_mode_exec_dir =
H A Dphp.ini-production353 ; When safe_mode is on, only executables located in the safe_mode_exec_dir
356 safe_mode_exec_dir =
H A DNEWS4630 - 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 61 milliseconds