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