mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
14b1e4913e
commit
2eca702cdb
1 changed files with 3 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue