From 2e205f4c7e0191fbf694b33404d625d53bd6989e Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Sun, 17 Jun 2007 08:50:34 +0000 Subject: [PATCH] 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 --- appendices/ini.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index 82ed74399a..918757102b 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -3167,6 +3167,15 @@ $_POST['action'] as P comes after G in our example directive value. + + + In both the CGI and FastCGI SAPIs, + $_SERVER is + also populated by values from the environment; S + is always equivelant to ES regardless of the + placement of E elsewhere in this directive. + + The content and order of