From 5383d84474da0905f441f4a43a4c9e23fd53f433 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 24 Mar 2003 11:24:29 +0000 Subject: [PATCH] PHP_AUTH_TYPE -> AUTH_TYPE git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121060 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/reserved.xml | 4 ++-- features/http-auth.xml | 4 ++-- features/safe-mode.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/appendices/reserved.xml b/appendices/reserved.xml index 224b988f82..9f3a5b4910 100755 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,5 +1,5 @@ - + List of Reserved Words @@ -601,7 +601,7 @@ - 'PHP_AUTH_TYPE' + 'AUTH_TYPE' When running under Apache as module doing HTTP authenticated this diff --git a/features/http-auth.xml b/features/http-auth.xml index 0bb192ddc7..e27c8fff28 100644 --- a/features/http-auth.xml +++ b/features/http-auth.xml @@ -1,5 +1,5 @@ - + HTTP authentication with PHP @@ -13,7 +13,7 @@ the URL containing the PHP script will be called again with the predefined variables PHP_AUTH_USER, PHP_AUTH_PW, - and PHP_AUTH_TYPE set to the user name, password and + and AUTH_TYPE set to the user name, password and authentication type respectively. These predefined variables are found in the $_SERVER and $HTTP_SERVER_VARS arrays. Only "Basic" authentication diff --git a/features/safe-mode.xml b/features/safe-mode.xml index 4e8e008514..e5b82fcec1 100644 --- a/features/safe-mode.xml +++ b/features/safe-mode.xml @@ -1,5 +1,5 @@ - + Safe Mode @@ -520,7 +520,7 @@ Warning: readfile() has been disabled for security reasons in PHP_AUTH variables In safe mode, the variables PHP_AUTH_USER, - PHP_AUTH_PW, and PHP_AUTH_TYPE + PHP_AUTH_PW, and AUTH_TYPE are not available in $_SERVER. Regardless, you can still use REMOTE_USER for the USER. (note: only affected since PHP 4.3.0)