nohn Wed Jul 10 12:13:05 2002 EDT
Modified files:
/phpdoc/en/chapters install.commandline.xml
Log:
Added some info about using variables in CGI enviroments
Index: phpdoc/en/chapters/install.commandline.xml
diff -u phpdoc/en/chapters/install.commandline.xml:1.1
phpdoc/en/chapters/install.commandline.xml:1.2
--- phpdoc/en/chapters/install.commandline.xml:1.1 Wed Jan 9 18:52:08 2002
+++ phpdoc/en/chapters/install.commandline.xml Wed Jul 10 12:13:05 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<sect1 id="install.commandline">
<title>Servers-CGI/Commandline</title>
<para>
@@ -45,6 +45,21 @@
</simpara>
</note>
</sect2>
+
+ <sect2 id="install.commandline.using-variables">
+ <title>Using Variables</title>
+ <simpara>
+ Some server supplied enviroment variables are not defined in the
+ current CGI/1.1 specification. Only the following variables are
+ defined there; everything else should be treated as 'vendor
+ extensions': AUTH_TYPE, CONTENT_LENGTH, CONTENT_TYPE,
+ GATEWAY_INTERFACE, PATH_INFO, PATH_TRANSLATED, QUERY_STRING,
+ REMOTE_ADDR, REMOTE_HOST, REMOTE_IDENT, REMOTE_USER,
+ REQUEST_METHOD, SCRIPT_NAME, SERVER_NAME, SERVER_PORT,
+ SERVER_PROTOCOL and SERVER_SOFTWARE
+ </simpara>
+ </sect2>
+
</sect1>
<!-- Keep this comment at the end of the file
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php