From f48ea8409e3e1da872e05ed8d34cfb06875ce54e Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 16 Sep 2004 08:27:44 +0000 Subject: [PATCH] Remove bogus note (bug #30059) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168674 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/getenv.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/reference/info/functions/getenv.xml b/reference/info/functions/getenv.xml index 03a393e425..82e6c0f6a5 100644 --- a/reference/info/functions/getenv.xml +++ b/reference/info/functions/getenv.xml @@ -1,5 +1,5 @@ - + @@ -32,13 +32,6 @@ $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. - - - See also putenv.