From 568149c3c464943faf1c0027bc96aa1e9dd8a56c Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 25 Dec 2002 10:36:40 +0000 Subject: [PATCH] As of PHP 4.3.0, safe mode affects PHP_AUTH_* variables. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@108999 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/safe-mode.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/features/safe-mode.xml b/features/safe-mode.xml index e3923a5515..48859470af 100644 --- a/features/safe-mode.xml +++ b/features/safe-mode.xml @@ -1,5 +1,5 @@ - + Safe Mode @@ -508,6 +508,16 @@ Warning: readfile() has been disabled for security reasons in WWW-Authenticate header if you set this header (used for HTTP Authentication). + + PHP_AUTH variables + + In safe mode, the variables PHP_AUTH_USER, + PHP_AUTH_PW, and PHP_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) + + highlight_file,