mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
46c84a93ff
commit
4e269b0157
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue