diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2001-07-09 17:36:04 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2001-07-09 17:36:04 +0000 |
commit | 934e10c7dc797300e5d10ccda4b6c8c43ccc3e8a (patch) | |
tree | fd35cb5cc5674cc4e5f0e56ae0df20e43937a4bf /php.ini-optimized | |
parent | 9869ecc9b7e94b1e6b002c40f5e79c101bed8385 (diff) | |
download | php-git-934e10c7dc797300e5d10ccda4b6c8c43ccc3e8a.tar.gz |
Add getmygid() and safe_mode_gid ini directive to allow safe mode to do
a gid check instead of a uid check.
@ - Add getmygid() and safe_mode_gid ini directive to allow safe mode to do
@ a gid check instead of a uid check. (James E. Flemer, Rasmus)
Diffstat (limited to 'php.ini-optimized')
-rw-r--r-- | php.ini-optimized | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php.ini-optimized b/php.ini-optimized index d2c1b2b512..e20205c057 100644 --- a/php.ini-optimized +++ b/php.ini-optimized @@ -81,6 +81,10 @@ allow_call_time_pass_reference = Off ; whether to enable the ability to force ar ; Safe Mode 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_exec_dir = safe_mode_allowed_env_vars = PHP_ ; Setting certain environment variables ; may be a potential security breach. |