diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-07-18 01:36:17 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-07-18 01:36:17 +0000 |
commit | 658503f6eeb02c5a3435294f8abf18eddb0ae4bc (patch) | |
tree | 72e1c92c0bdde5cc2b50bbd511aa4061a24b5231 /php.ini-dist | |
parent | ef8aad81e788f95db4726e2994c3c80369440ae8 (diff) | |
download | php-git-658503f6eeb02c5a3435294f8abf18eddb0ae4bc.tar.gz |
Move down open_basedir description.
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/php.ini-dist b/php.ini-dist index e008c9e398..7bae2ec1f5 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -148,13 +148,6 @@ safe_mode_include_dir = ; will be allowed to be executed via the exec family of functions. safe_mode_exec_dir = -; open_basedir, if set, limits all file operations to the defined directory -; and below. This directive makes most sense if used in a per-directory -; or per-virtualhost web server configuration file. -; Note: open_basedir is in effect regardless of safe_mode setting -; -;open_basedir = - ; Setting certain environment variables may be a potential security breach. ; This directive contains a comma-delimited list of prefixes. In Safe Mode, ; the user may only alter environment variables whose names begin with the @@ -170,8 +163,14 @@ safe_mode_allowed_env_vars = PHP_ ; protected even if safe_mode_allowed_env_vars is set to allow to change them. safe_mode_protected_env_vars = LD_LIBRARY_PATH +; open_basedir, if set, limits all file operations to the defined directory +; and below. This directive makes most sense if used in a per-directory +; or per-virtualhost web server configuration file. This directive is +; *NOT* affected by whether Safe Mode is turned On or Off. +;open_basedir = + ; This directive allows you to disable certain functions for security reasons. -; It receives a comma-delimited list of function names. This directive is +; It receives a comma-delimited list of function names. This directive is ; *NOT* affected by whether Safe Mode is turned On or Off. disable_functions = |