philip          Wed Dec 25 05:36:40 2002 EDT

  Modified files:              
    /phpdoc/en/features safe-mode.xml 
  Log:
  As of PHP 4.3.0, safe mode affects PHP_AUTH_* variables.
  
  
Index: phpdoc/en/features/safe-mode.xml
diff -u phpdoc/en/features/safe-mode.xml:1.27 phpdoc/en/features/safe-mode.xml:1.28
--- phpdoc/en/features/safe-mode.xml:1.27       Wed Dec 25 05:32:01 2002
+++ phpdoc/en/features/safe-mode.xml    Wed Dec 25 05:36:40 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.27 $ -->
+<!-- $Revision: 1.28 $ -->
  <chapter id="features.safe-mode">
   <title>Safe Mode</title>
 
@@ -507,6 +507,16 @@
         <literal>realm</literal> part of the
         <literal>WWW-Authenticate</literal> header if you set this
         header (used for HTTP Authentication).</entry>
+       </row>
+       <row>
+        <entry><link linkend="features.http-auth">PHP_AUTH variables</link></entry>
+        <entry>
+         In safe mode, the variables <varname>PHP_AUTH_USER</varname>,
+         <varname>PHP_AUTH_PW</varname>, and <varname>PHP_AUTH_TYPE</varname>
+         are not available in <varname>$_SERVER</varname>. Regardless, you
+         can still use <varname>REMOTE_USER</varname> for the USER.
+         (note: only affected since PHP 4.3.0)
+        </entry>
        </row>
        <row>
         <entry>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to