Document $_SERVER population by $_ENV (fixes bug #41679)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237894 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gwynne Raskind 2007-06-17 08:50:34 +00:00
parent 736a781b8a
commit 2e205f4c7e

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.55 $ -->
<!-- $Revision: 1.56 $ -->
<appendix id="ini">
<title>&php.ini; directives</title>
@ -3167,6 +3167,15 @@
<varname>$_POST['action']</varname> as <literal>P</literal> comes
after <literal>G</literal> in our example directive value.
</para>
<warning>
<para>
In both the CGI and FastCGI SAPIs,
<link linkend="reserved.variables.server">$_SERVER</link> is
also populated by values from the environment; <literal>S</literal>
is always equivelant to <literal>ES</literal> regardless of the
placement of <literal>E</literal> elsewhere in this directive.
</para>
</warning>
<note>
<para>
The content and order of