mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Closing bug 6024. (ISAPI mode and getenv)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32442 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
60a90ca31e
commit
dd43799bbc
1 changed files with 5 additions and 0 deletions
|
@ -206,6 +206,11 @@ $ip = getenv ("REMOTE_ADDR"); // get the ip number of the user
|
|||
specification</ulink>, specifically the <ulink
|
||||
url="&url.cgispec;">page on
|
||||
environmental variables</ulink>.
|
||||
<note>
|
||||
<para>
|
||||
This function does not work in ISAPI mode.
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue