vrana Tue Apr 26 11:17:41 2005 EDT
Modified files:
/phpdoc/en/appendices reserved.xml
Log:
Script is terminated after sending headers with HEAD (bug #29162)
http://cvs.php.net/diff.php/phpdoc/en/appendices/reserved.xml?r1=1.55&r2=1.56&ty=u
Index: phpdoc/en/appendices/reserved.xml
diff -u phpdoc/en/appendices/reserved.xml:1.55
phpdoc/en/appendices/reserved.xml:1.56
--- phpdoc/en/appendices/reserved.xml:1.55 Sun Apr 10 05:56:38 2005
+++ phpdoc/en/appendices/reserved.xml Tue Apr 26 11:17:39 2005
@@ -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>