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>- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Rui Hirokawa
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Derick Rethans
- Re: [PHP-DOC] cvs: phpdoc /en/chapters config.xml Markus Fischer
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Derick Rethans
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Hojtsy Gabor
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Andrew Lindeman
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Andrew Lindeman
- Re: [PHP-DOC] cvs: phpdoc /en/chapters config.xml Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Andrew Lindeman
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Andrew Lindeman
- [PHP-DOC] cvs: phpdoc /en/chapters config.xml Friedhelm Betz
- Re: [PHP-DOC] cvs: phpdoc /en/chapters config.xml Gabor Hojtsy
- Re: [PHP-DOC] cvs: phpdoc /en/chapters config.xml Friedhelm Betz
- Re: [PHP-DOC] cvs: phpdoc /en/chapters config... Gabor Hojtsy
- Re: [PHP-DOC] cvs: phpdoc /en/chapters co... Friedhelm Betz
