From a87116331b6b57598877f77e2685092c58ede0b9 Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Sat, 6 Apr 2002 10:27:10 +0000 Subject: [PATCH] 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 --- functions/info.xml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/functions/info.xml b/functions/info.xml index 6e492f46a1..7daf0c9661 100644 --- a/functions/info.xml +++ b/functions/info.xml @@ -1,5 +1,5 @@ - + PHP Options&Information PHP Options/Info @@ -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. - - - 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 @@ -1185,12 +1178,12 @@ echo $dat["ru_utime.tv_usec"]; # user time used (microseconds) upload_max_filesize "2M" - PHP_INI_ALL + PHP_INI_PERDIR|PHP_INI_SYSTEM file_uploads "1" - PHP_INI_ALL + PHP_INI_PERDIR|PHP_INI_SYSTEM post_max_size