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