new superglobals

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75635 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andy Lindeman 2002-03-28 17:06:54 +00:00
parent 556e433836
commit 512afd3c55

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.39 $ -->
<!-- $Revision: 1.40 $ -->
<chapter id="configuration">
<title>Configuration</title>
@ -638,16 +638,16 @@ include_path=".;c:\www\phplib"
sense when coupled with <link
linkend="ini.track-vars">track_vars</link> - in which case
you can access all of the EGPCS variables through the
<varname>$HTTP_ENV_VARS</varname>,
<varname>$HTTP_GET_VARS</varname>,
<varname>$HTTP_POST_VARS</varname>,
<varname>$HTTP_COOKIE_VARS</varname>, and
<varname>$HTTP_SERVER_VARS</varname>
<varname>$_ENV</varname>,
<varname>$_GET</varname>,
<varname>$_POST</varname>,
<varname>$_COOKIE</varname>, and
<varname>$_SERVER</varname>
arrays in the global scope.
</para>
<para>
Please note that you need to set AllowOveride All in your
Directory block in the apache configfile for this to work.
Directory block in the apache config file for this to work.
</para>
</listitem>
</varlistentry>
@ -699,11 +699,11 @@ include_path=".;c:\www\phplib"
<para>
If enabled, then Environment, GET, POST, Cookie, and Server
variables can be found in the global associative arrays
<varname>$HTTP_ENV_VARS</varname>,
<varname>$HTTP_GET_VARS</varname>,
<varname>$HTTP_POST_VARS</varname>,
<varname>$HTTP_COOKIE_VARS</varname>, and
<varname>$HTTP_SERVER_VARS</varname>.
<varname>$_ENV</varname>,
<varname>$_GET</varname>,
<varname>$_POST</varname>,
<varname>$_COOKIE</varname>, and
<varname>$_SERVER</varname>.
</para>
<para>
Note that as of PHP 4.0.3, <systemitem