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:
Sander Roobol 2002-04-06 10:27:10 +00:00
parent 153ee9f6d1
commit a87116331b

View file

@ -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&amp;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>