mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
Added register_globals information.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30956 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6dc132efc3
commit
458d80586e
1 changed files with 19 additions and 1 deletions
|
@ -468,7 +468,25 @@ include_path=".;c:\www\phplib"
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry id="ini.register-globals">
|
||||
<term>
|
||||
<parameter>register_globals</parameter>
|
||||
<type>boolean</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Tells whether or not to register the EGPCS variables as global
|
||||
variables. You may want to turn this off if you don't want
|
||||
to clutter your scripts' global scope with user data. This makes
|
||||
most sense when coupled with <link linkend="ini.track-vars">track_vars</link>
|
||||
- in which case you can access all of the GPC variables through the
|
||||
<symbol>$HTTP_GET_VARS</symbol>, <symbol>$HTTP_POST_VARS</symbol> and
|
||||
<symbol>$HTTP_COOKIE_VARS</symbol> variables.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.short-open-tag">
|
||||
<term>
|
||||
<parameter>short_open_tag</parameter>
|
||||
|
|
Loading…
Reference in a new issue