mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Removed note about upload_max_filesize and faked availablillity of
upload_max_filesize and file_uploads. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76803 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
153ee9f6d1
commit
a87116331b
1 changed files with 3 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.95 $ -->
|
||||
<!-- $Revision: 1.96 $ -->
|
||||
<reference id="ref.info">
|
||||
<title>PHP Options&Information</title>
|
||||
<titleabbrev>PHP Options/Info</titleabbrev>
|
||||
|
@ -943,13 +943,6 @@ echo $dat["ru_utime.tv_usec"]; # user time used (microseconds)
|
|||
PHP options (as of PHP 4.0.5), indicating which ones can be
|
||||
changed/set and at what level.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Note that changing the <option>upload_max_filesize</option> value using
|
||||
<function>ini_set</function> has no effect since it's value is used
|
||||
by PHP before your script runs.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
<table>
|
||||
<title><link linkend="configuration">Configuration</link> options</title>
|
||||
|
@ -1185,12 +1178,12 @@ echo $dat["ru_utime.tv_usec"]; # user time used (microseconds)
|
|||
<row>
|
||||
<entry>upload_max_filesize</entry>
|
||||
<entry>"2M"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>PHP_INI_PERDIR|PHP_INI_SYSTEM</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>file_uploads</entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>PHP_INI_PERDIR|PHP_INI_SYSTEM</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>post_max_size</entry>
|
||||
|
|
Loading…
Reference in a new issue