﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
8226,WP returns invalid status headers when PHP runs as CGI,tenpura,anonymous,"When PHP runs via CGI, the HTTP status header will not be correctly set.

for example,
{{{
header('HTTP/1.0 404 Not Found');
}}}
returns ""404 OK"".
To get the expected result, the code needs to be written like
{{{
header('Status: 404 Not Found');
}}}
instead.

Detailed Information: http://drupal.org/node/175855",defect (bug),closed,normal,,General,2.7,normal,duplicate,,
