From 658503f6eeb02c5a3435294f8abf18eddb0ae4bc Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Thu, 18 Jul 2002 01:36:17 +0000 Subject: Move down open_basedir description. --- php.ini-dist | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'php.ini-dist') 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 = -- cgit v1.2.1