mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix #31000: adding UPLOAD_ERR_NO_TMP_DIR
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174161 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4cc743081b
commit
4a6f5311ad
1 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.80 $ -->
|
||||
<!-- $Revision: 1.81 $ -->
|
||||
<chapter id="features.file-upload">
|
||||
<title>Handling file uploads</title>
|
||||
|
||||
|
@ -265,6 +265,15 @@ print "</pre>";
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><constant>UPLOAD_ERR_NO_TMP_DIR</constant></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Value: 6; Missing a temporary folder. Introduced in PHP 4.3.10 and PHP
|
||||
5.0.3.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
<note>
|
||||
|
|
Loading…
Reference in a new issue