|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-05-30 19:22 UTC] stas at cvs dot php dot net
[2002-10-15 07:15 UTC] vesely at tana dot it
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 11:00:01 2025 UTC |
<? Header ("HTTP/1.1 204 No Content"); ?> will fail because PHP will automatically append a ``Content-Type: text/html'' which screws up the logics. (no response body is expected for 204 but `content type' announce one)