From dd43799bbca697e2cc50ceda2374318396c367ea Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Mon, 11 Sep 2000 07:11:56 +0000 Subject: [PATCH] Closing bug 6024. (ISAPI mode and getenv) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32442 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/info.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions/info.xml b/functions/info.xml index d30bc29baf..c79fa38ab6 100644 --- a/functions/info.xml +++ b/functions/info.xml @@ -206,6 +206,11 @@ $ip = getenv ("REMOTE_ADDR"); // get the ip number of the user specification, specifically the page on environmental variables. + + + This function does not work in ISAPI mode. + +