register_argc_argv: initial documentation

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68367 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2002-01-22 00:11:56 +00:00
parent 9f99ea301b
commit 599950bc8b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.33 $ -->
<!-- $Revision: 1.34 $ -->
<chapter id="configuration">
<title>Configuration</title>
@ -596,6 +596,24 @@ include_path=".;c:\www\phplib"
</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>
<varlistentry id="ini.register-globals">
<term>