From f07e214a3a07e0bc70daebb71d5fc331154bc3de Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 17 Nov 2010 08:43:00 +0000 Subject: [PATCH] Fixed bug #53318 (possibly outdated information) # I removed the Apache + IIS references as almost all of our SAPI's support # HTTP Authentication, those who doesn't are the ones rarely used like webjames # which we don't really have any documentation for in the manual git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305447 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/predefined/variables/server.xml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/language/predefined/variables/server.xml b/language/predefined/variables/server.xml index 0348f758e5..ceee0f7598 100644 --- a/language/predefined/variables/server.xml +++ b/language/predefined/variables/server.xml @@ -431,10 +431,9 @@ 'PHP_AUTH_DIGEST' - When running under Apache as module doing Digest HTTP authentication - this variable is set to the 'Authorization' header sent by the - client (which you should then use to make the appropriate - validation). + When doing Digest HTTP authentication this variable is set + to the 'Authorization' header sent by the client (which you + should then use to make the appropriate validation). @@ -443,9 +442,8 @@ 'PHP_AUTH_USER' - When running under Apache or IIS (ISAPI on PHP 5) as module doing - HTTP authentication this variable is set to the username provided by - the user. + When doing HTTP authentication this variable is set to the + username provided by the user. @@ -454,9 +452,8 @@ 'PHP_AUTH_PW' - When running under Apache or IIS (ISAPI on PHP 5) as module doing - HTTP authentication this variable is set to the password provided by - the user. + When doing HTTP authentication this variable is set to the + password provided by the user. @@ -465,8 +462,8 @@ 'AUTH_TYPE' - When running under Apache as module doing HTTP authenticated this - variable is set to the authentication type. + When doing HTTP authenticated this variable is set to the + authentication type.