git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292334 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2009-12-19 19:54:35 +00:00
parent 1b6cf34f23
commit 06fd135b62

View file

@ -3054,6 +3054,12 @@
<entry>PHP_INI_PERDIR</entry>
<entry>PHP_INI_ALL in PHP &lt;= 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 &lt;= 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>