diff options
Diffstat (limited to 'php.ini-optimized')
-rw-r--r-- | php.ini-optimized | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/php.ini-optimized b/php.ini-optimized index e20205c057..e9698521b7 100644 --- a/php.ini-optimized +++ b/php.ini-optimized @@ -84,7 +84,12 @@ safe_mode = Off safe_mode_gid = Off ; By default, Safe Mode does a UID compare ; check when opening files. If you want to ; relax this to a GID compare, then turn on - ; safe_mode_gid. + ; safe_mode_gid. (safe_mode must be On) +safe_mode_include_dir = ; When safe_mode is on, UID/GID checks are + ; bypassed when including files from this + ; directory and its subdirectories. (directory + ; must also be in include_path or full path + ; must be used when including) safe_mode_exec_dir = safe_mode_allowed_env_vars = PHP_ ; Setting certain environment variables ; may be a potential security breach. @@ -532,4 +537,4 @@ sockets.use_system_read = Off ; Use the system read() function instead of ; Local Variables: ; tab-width: 4 -; End:
\ No newline at end of file +; End: |