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:
Ron Chmara 2000-09-11 07:11:56 +00:00
parent 60a90ca31e
commit dd43799bbc

View file

@ -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>