nlopess Sat Dec 27 15:38:24 2003 EDT
Modified files:
/phpdoc/en/features safe-mode.xml
Log:
getallheaders is deprecated
Index: phpdoc/en/features/safe-mode.xml
diff -u phpdoc/en/features/safe-mode.xml:1.47 phpdoc/en/features/safe-mode.xml:1.48
--- phpdoc/en/features/safe-mode.xml:1.47 Tue Dec 16 12:23:31 2003
+++ phpdoc/en/features/safe-mode.xml Sat Dec 27 15:38:24 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.47 $ -->
+<!-- $Revision: 1.48 $ -->
<chapter id="features.safe-mode">
<title>Safe Mode</title>
@@ -540,11 +540,9 @@
checked)</entry>
</row>
<row>
- <entry><function>getallheaders</function></entry>
+ <entry><function>apache_request_headers</function></entry>
<entry>In safe mode, headers beginning with 'authorization'
- (case-insensitive)
- will not be returned. Warning: this is broken with the aol-server
- implementation of <function>getallheaders</function>!</entry>
+ (case-insensitive) will not be returned.</entry>
</row>
<row>
<entry><function>header</function></entry>