philip          Mon Jan 21 19:11:56 2002 EDT

  Modified files:              
    /phpdoc/en/chapters config.xml 
  Log:
  register_argc_argv: initial documentation
  
  
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.33 phpdoc/en/chapters/config.xml:1.34
--- phpdoc/en/chapters/config.xml:1.33  Mon Jan 14 04:42:29 2002
+++ phpdoc/en/chapters/config.xml       Mon Jan 21 19:11:56 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.33 $ -->
+<!-- $Revision: 1.34 $ -->
  <chapter id="configuration">
   <title>Configuration</title>
 
@@ -593,6 +593,24 @@
        <listitem>
         <simpara>
          The number of significant digits displayed in floating point numbers.
+        </simpara>
+       </listitem>
+      </varlistentry>
+      
+      <varlistentry id="ini.register-argc-argv">
+       <term>
+        <parameter>register_argc_argv</parameter>
+        <type>boolean</type>
+       </term>
+       <listitem>
+        <simpara>
+         Tells PHP whether to declare the argv & argc variables 
+        (that would contain the GET information).
+       </simpara>
+       <simpara>
+         See also <link linkend="commandline">command line</link>.
+         Also, this directive became available in PHP 4.0.0 and 
+          was always "on" before that.
         </simpara>
        </listitem>
       </varlistentry>


Reply via email to