mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixes #50528.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292334 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1b6cf34f23
commit
06fd135b62
1 changed files with 27 additions and 0 deletions
|
@ -3054,6 +3054,12 @@
|
|||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry>PHP_INI_ALL in PHP <= 4.2.3.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.max-file-uploads">max_file_uploads</linkend></entry>
|
||||
<entry>20</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>Available since PHP 5.2.12.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.upload-tmp-dir">upload_tmp_dir</link></entry>
|
||||
<entry>NULL</entry>
|
||||
|
@ -5125,6 +5131,12 @@ include_path=".;c:\php\includes"
|
|||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry>PHP_INI_ALL in PHP <= 4.2.3.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>max_file_uploads</entry>
|
||||
<entry>20</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>Available since PHP 5.2.12.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
@ -5181,6 +5193,21 @@ include_path=".;c:\php\includes"
|
|||
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.max-file-uploads">
|
||||
<term>
|
||||
<parameter>max_file_uploads</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The maximum number of files allowed to be uploaded simultaneously.
|
||||
</para>
|
||||
|
||||
&ini.shorthandbytes;
|
||||
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue