Fix bug #50684 (max_file_uploads can't be changed from .htaccess (or ini_set))

by changing the documentation to reflect max_file_uploads being PHP_INI_SYSTEM,
not PHP_INI_ALL as previously documented.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295841 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2010-03-05 03:36:44 +00:00
parent 65ceca39c2
commit 568d68b95a

View file

@ -3057,7 +3057,7 @@
<row>
<entry><link linkend="ini.max-file-uploads">max_file_uploads</link></entry>
<entry>20</entry>
<entry>PHP_INI_ALL</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available since PHP 5.2.12.</entry>
</row>
<row>
@ -5159,7 +5159,7 @@ include_path=".;c:\php\includes"
<row>
<entry>max_file_uploads</entry>
<entry>20</entry>
<entry>PHP_INI_ALL</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available since PHP 5.2.12.</entry>
</row>
</tbody>