From 3a7e1a45ad259754d358c3fcaeca37614983b26b Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Fri, 5 Apr 2002 20:27:44 +0000 Subject: [PATCH] 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 --- functions/info.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/functions/info.xml b/functions/info.xml index 2d723f7386..6e492f46a1 100644 --- a/functions/info.xml +++ b/functions/info.xml @@ -1,5 +1,5 @@ - + PHP Options&Information PHP Options/Info @@ -940,8 +940,17 @@ echo $dat["ru_utime.tv_usec"]; # user time used (microseconds) Not all the available options can be changed using ini_set. 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. + + + + Note that changing the value using + ini_set has no effect since it's value is used + by PHP before your script runs. + + + <link linkend="configuration">Configuration</link> options