From aac87a7bae460b3d331ba2b294619c99edb00c12 Mon Sep 17 00:00:00 2001 From: Justin Martin Date: Sat, 6 Nov 2010 20:14:01 +0000 Subject: [PATCH] Replaced links to CGI specification with RFC 3875, per bug #53223. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305137 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/getenv.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/reference/info/functions/getenv.xml b/reference/info/functions/getenv.xml index c0361e83e6..779eaa44b9 100644 --- a/reference/info/functions/getenv.xml +++ b/reference/info/functions/getenv.xml @@ -18,9 +18,8 @@ You can see a list of all the environmental variables by using phpinfo. You can find out what many of them - mean by taking a look at the CGI - specification, specifically the page on environmental variables. + mean by taking a look at the CGI + 1.1 RFC, specifically section 4.1, "Request Meta-Variables".