diff --git a/appendices/reserved.xml b/appendices/reserved.xml index 10b07a1f07..86a7dfbf44 100755 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,5 +1,5 @@ - + List of Reserved Words @@ -423,6 +423,13 @@ Which request method was used to access the page; i.e. 'GET', 'HEAD', 'POST', 'PUT'. + + + PHP script is terminated after sending headers (it means after + producing any output without output buffering) if the request method + was HEAD. + +