PHP fatal errors come back as status code 200 to the HTTP client. How can I make it return a status code 500 (Internal server error)?
header("HTTP/1.1 500 Internal Server Error");