Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25287 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66317 invoked by uid 1010); 10 Aug 2006 13:35:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 66301 invoked from network); 10 Aug 2006 13:35:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2006 13:35:13 -0000 Authentication-Results: pb1.pair.com header.from=michael.walter@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: michael.walter@gmail.com X-Host-Fingerprint: 64.233.182.187 nf-out-0910.google.com Linux 2.4/2.6 Received: from ([64.233.182.187:11914] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 19/BE-08715-F063BD44 for ; Thu, 10 Aug 2006 09:35:12 -0400 Received: by nf-out-0910.google.com with SMTP id p48so579258nfa for ; Thu, 10 Aug 2006 06:35:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FwBE8k+7+y5Qwclh87QsUzrNY0Bc7ut/0BfDP1d/y0pHcmtNdMICXq7KSgVrX51lHS8wZYo2PNjvBR1ymiOOrliKg9vW3+Q75AygKJdNgB3lltqEw3/W18sH3NcC3a7pw7maRVDBqovwALWcXkQ8H/RVkP+1GSq/BDDmyK5vg7w= Received: by 10.78.127.6 with SMTP id z6mr1282506huc; Thu, 10 Aug 2006 06:35:08 -0700 (PDT) Received: by 10.78.23.3 with HTTP; Thu, 10 Aug 2006 06:35:08 -0700 (PDT) Message-ID: <877e9a170608100635k257e47c8x53b42b52eee0b670@mail.gmail.com> Date: Thu, 10 Aug 2006 15:35:08 +0200 To: "Ilia Alshanetsky" Cc: internals@lists.php.net In-Reply-To: <3295496D-D427-4C0A-B0FD-393CAA22D4CB@prohost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <877e9a170608100302n6407821dw5e55187332b74f4f@mail.gmail.com> <3295496D-D427-4C0A-B0FD-393CAA22D4CB@prohost.org> Subject: Re: [PHP-DEV] Fatal errors From: michael.walter@gmail.com ("Michael Walter") What do you feel is incorrect about allowing mentioned errors to be handled in userspace? Regards, Michael On 8/10/06, Ilia Alshanetsky wrote: > > On 10-Aug-06, at 6:02 AM, 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? > > I for one think that the current behavior is the correct one and see > no need to change it. > > Ilia Alshanetsky > > > > >