Added note that changing upload_max_filesize with ini_set() has no effect.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76742 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sander Roobol 2002-04-05 20:27:44 +00:00
parent 282a402ef2
commit 3a7e1a45ad

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.94 $ -->
<!-- $Revision: 1.95 $ -->
<reference id="ref.info">
<title>PHP Options&amp;Information</title>
<titleabbrev>PHP Options/Info</titleabbrev>
@ -940,8 +940,17 @@ echo $dat["ru_utime.tv_usec"]; # user time used (microseconds)
<para>
Not all the available options can be changed using
<function>ini_set</function>. Below is a table with a list of all
PHP options (as of PHP 4.0.5-dev), indicating which ones can be
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>
<tgroup cols="3">