Submitted a patch. Thanks for the reminder
On Wed, Aug 31, 2011 at 8:14 AM, Hannes Magnusson
wrote:
> On Sun, Aug 21, 2011 at 06:02, Kalle Sommer Nielsen wrote:
>> Hi Breck
>>
>> 2011/8/21 Breck Yunits :
>>> Thanks Kalle! I'll delve into this issue a bit fu
Fix bugs in the documentation. On 9/21/10 Mark Skilbeck made a change to the
PHP documentation for the "header()" function. Specifically he made
this change:
+ For FastCGI you must use the following for a 404 response:
+
+
+
On the "header" doc page
(http://php.net/manual/en/function.header.php), I saw this:
For FastCGI you must use the following for a 404 response:
Why is this the case? I tested Nginx+FastCGI+5.3 with just:
And it seemed to work fine. Could anyone explain this? I think it
might be helpful to cl