Dmitry Stogov schrieb:
Hi,

Current time most PHP instalations use setting 'display_error=0'.
This setting hides errors from user but may send to him just a blank page.

The proposed patch sends HTTP 500 response on errors instead of blank pages.
The pages that already wrote something are not affectd.

Any objections or additions?

Is there any change to change Apache(2)-Sapi dependent code, so that the HTTP status is propagated to the Apache process and an ErrorDocument will be triggered [1]?

Otherwise, the user still ends up with a blank page...

[1] http://www.thescripts.com/forum/thread644678.html

Regards,
-Alex

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to