mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
9f99ea301b
commit
599950bc8b
1 changed files with 19 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue