Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26092 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60882 invoked by uid 1010); 19 Oct 2006 18:21:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60867 invoked from network); 19 Oct 2006 18:21:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Oct 2006 18:21:27 -0000 Authentication-Results: pb1.pair.com header.from=evert@rooftopsolutions.nl; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=evert@rooftopsolutions.nl; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rooftopsolutions.nl from 66.207.192.7 cause and error) X-PHP-List-Original-Sender: evert@rooftopsolutions.nl X-Host-Fingerprint: 66.207.192.7 smtp0.beanfield.net FreeBSD 4.6-4.9 Received: from [66.207.192.7] ([66.207.192.7:1669] helo=smtp0.beanfield.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C2/78-27040-522C7354 for ; Thu, 19 Oct 2006 14:21:27 -0400 Received: from [66.207.213.206] (66-207-213-206.beanfield.net [66.207.213.206]) by smtp0.beanfield.net (8.13.4/8.12.11) with ESMTP id k9JIJrNi075074 for ; Thu, 19 Oct 2006 14:19:54 -0400 (EDT) (envelope-from evert@rooftopsolutions.nl) Message-ID: <4537C21F.9070900@rooftopsolutions.nl> Date: Thu, 19 Oct 2006 14:21:19 -0400 Reply-To: evert@rooftopsolutions.nl User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Feature request: ini setting for http 500 on fatal errors From: evert@rooftopsolutions.nl (Evert | Rooftop) Excuse me if this has been discussed before, but I would like to know the stance on this issue, it's hard to search the buglist or mailing archives on stuff like http, 500 and fatal. Would it be hard to implement an ini setting for throwing a http 500 error on a fatal error? It's hard to make certain applications and have proper error handling if there is no way to do anything on a fatal error.. It would be even grander if php could try to run a fall-back script when something really bad happens, but just having that 500 on fatal errors would be awesome .. If this is not going to happen anytime soon, would you accept a patch? Evert