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