getallheaders is deprecated

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147361 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2003-12-27 20:38:24 +00:00
parent 14b1e4913e
commit 2eca702cdb

View file

@ -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 @@ Warning: readfile() has been disabled for security reasons in
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>