Fixed bug #52460 (undocumented upload_tmp_dir fallback vs. open_basedir)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304644 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2010-10-23 07:56:12 +00:00
parent 46c84a93ff
commit 4e269b0157

View file

@ -5230,6 +5230,13 @@ include_path=".;c:\php\includes"
file upload. Must be writable by whatever user PHP
is running as. If not specified PHP will use the system's default.
</para>
<para>
If the directory specified here is not wriable, PHP falls back to
the system defeault temporary directory. If
<link linkend="ini.open-basedir">open_basedir</link> is on, then
the system default directory must be allowed for an upload to
succeed.
</para>
</listitem>
</varlistentry>