mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Script is terminated after sending headers with HEAD (bug #29162)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185192 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fc86a64a2b
commit
2a59d1c72b
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.55 $ -->
|
||||
<!-- $Revision: 1.56 $ -->
|
||||
|
||||
<appendix id="reserved">
|
||||
<title>List of Reserved Words</title>
|
||||
|
@ -423,6 +423,13 @@
|
|||
Which request method was used to access the page; i.e. '<literal>GET</literal>',
|
||||
'<literal>HEAD</literal>', '<literal>POST</literal>', '<literal>PUT</literal>'.
|
||||
</simpara>
|
||||
<note>
|
||||
<para>
|
||||
PHP script is terminated after sending headers (it means after
|
||||
producing any output without output buffering) if the request method
|
||||
was <literal>HEAD</literal>.
|
||||
</para>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue