mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added some info about using variables in CGI enviroments
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88228 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
80b722d157
commit
9de6cad09a
1 changed files with 16 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue