Closed cwarden closed 11 years ago
The built-in web server in PHP 5.4 sets the Content-Length and Content-Type headers in $_SERVER['HTTP_CONTENT_LENGTH'] and $_SERVER['HTTP_CONTENT_TYPE'] rather than $_SERVER['CONTENT_LENGTH'] and $_SERVER['CONTENT_TYPE'].
Looks good - apologies for the delay!
The built-in web server in PHP 5.4 sets the Content-Length and Content-Type headers in $_SERVER['HTTP_CONTENT_LENGTH'] and $_SERVER['HTTP_CONTENT_TYPE'] rather than $_SERVER['CONTENT_LENGTH'] and $_SERVER['CONTENT_TYPE'].