diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-07-17 04:20:37 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-07-17 04:20:37 +0000 |
commit | 02bc91f0bc967047bd40468516b75cedd17b2ee6 (patch) | |
tree | b66596f496fcd6da4c8562564fb621d6f50e89dd /php.ini-dist | |
parent | ff012991f80a37942180b9711480684b294ad02a (diff) | |
download | php-git-02bc91f0bc967047bd40468516b75cedd17b2ee6.tar.gz |
Fixed open_basedir note - thanks to Sander. I also notice I have to modify pg_lo_import(), etc. It does not check open_basedir at all. It checks UID/GID, though. We are better to note how we should treat files in coding standard.
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist index 72e0feb046..e008c9e398 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -151,7 +151,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. +; Note: open_basedir is in effect regardless of safe_mode setting ; ;open_basedir = |