diff options
| author | Yasuo Ohgaki <yohgaki@php.net> | 2002-07-17 00:09:09 +0000 |
|---|---|---|
| committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-07-17 00:09:09 +0000 |
| commit | ccc04b70968580ce81f45d39d54c602cf4863050 (patch) | |
| tree | c8748a39d9a76a89e119cf7639a53c68f355c424 /php.ini-recommended | |
| parent | 390622df018cfd10c0f5c93f2d4a71a11b5155b4 (diff) | |
| download | php-git-ccc04b70968580ce81f45d39d54c602cf4863050.tar.gz | |
Added note for open_basedir
Diffstat (limited to 'php.ini-recommended')
| -rw-r--r-- | php.ini-recommended | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 2cc3ca1b57..42811f11a7 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -156,6 +156,7 @@ 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: Used only when safe_mode is on. ; ;open_basedir = |
