gwynne          Sun Jun 17 08:50:35 2007 UTC

  Modified files:              
    /phpdoc/en/appendices       ini.xml 
  Log:
  Document $_SERVER population by $_ENV (fixes bug #41679)
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/ini.xml?r1=1.55&r2=1.56&diff_format=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.55 phpdoc/en/appendices/ini.xml:1.56
--- phpdoc/en/appendices/ini.xml:1.55   Thu May 24 18:45:04 2007
+++ phpdoc/en/appendices/ini.xml        Sun Jun 17 08:50:34 2007
@@ -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 

Reply via email to