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:
Jakub Vrana 2005-04-26 15:17:39 +00:00
parent fc86a64a2b
commit 2a59d1c72b

View file

@ -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>