sander          Sat Apr  6 05:27:10 2002 EDT

  Modified files:              
    /phpdoc/en/functions        info.xml 
  Log:
  Removed note about upload_max_filesize and faked availablillity of
  upload_max_filesize and file_uploads.
  
  
Index: phpdoc/en/functions/info.xml
diff -u phpdoc/en/functions/info.xml:1.95 phpdoc/en/functions/info.xml:1.96
--- phpdoc/en/functions/info.xml:1.95   Fri Apr  5 15:27:44 2002
+++ phpdoc/en/functions/info.xml        Sat Apr  6 05:27:10 2002
@@ -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 @@
      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 @@
         <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>


Reply via email to