Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25279 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3632 invoked by uid 1010); 10 Aug 2006 10:43:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3617 invoked from network); 10 Aug 2006 10:43:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2006 10:43:06 -0000 X-Host-Fingerprint: 87.123.90.131 i577B5A83.versanet.de Received: from ([87.123.90.131:29679] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 06/37-08715-6BD0BD44 for ; Thu, 10 Aug 2006 06:43:04 -0400 To: internals@lists.php.net,Michael Walter Message-ID: <44DB0DB5.6000707@php.net> Date: Thu, 10 Aug 2006 12:43:01 +0200 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 References: <877e9a170608100302n6407821dw5e55187332b74f4f@mail.gmail.com> In-Reply-To: <877e9a170608100302n6407821dw5e55187332b74f4f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 87.123.90.131 Subject: Re: Fatal errors From: lsmith@php.net (Lukas Kahwe Smith) Michael Walter wrote: > Hi, > > right now, PHP triggers fatal errors e.g. when accessing private > members or calling nonexistant functions. Since this is problematic > for obvious reasons, what technical reasons are there for that > behavior, and is there a chance that this behaviour will change in a > future release? what is "problematic" here? Are you simply suggesting to make them E_RECOVERABLE since they do not really leave the engine in a broken state? regards, Lukas