Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25289 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80989 invoked by uid 1010); 10 Aug 2006 13:49:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80963 invoked from network); 10 Aug 2006 13:49:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2006 13:49:34 -0000 Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.162.194 nz-out-0102.google.com Linux 2.4/2.6 Received: from ([64.233.162.194:22380] helo=nz-out-0102.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 73/0E-08715-AB43BD44 for ; Thu, 10 Aug 2006 09:29:31 -0400 Received: by nz-out-0102.google.com with SMTP id 34so135132nzf for ; Thu, 10 Aug 2006 06:29:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=kHRXkT+USeaT5RxqmwbtW37BRIshB+QhblXf4Wv2LdzWT7JGpvVqVCMKtgYlgK6/M2WGJ8fOoPsvneJZmNywige9aRqD+4FJRAe2OKK6uq4SbHlxQQfjTVJgnfW1AylWhHqGLiGXCbG2IPny3mWA6PQCI+GDhuku8VJ2gAFsvCk= Received: by 10.65.43.17 with SMTP id v17mr2333032qbj; Thu, 10 Aug 2006 06:29:28 -0700 (PDT) Received: from ?192.168.1.6? ( [72.59.8.142]) by mx.gmail.com with ESMTP id z21sm1376664qbc.2006.08.10.06.29.27; Thu, 10 Aug 2006 06:29:27 -0700 (PDT) In-Reply-To: <877e9a170608100302n6407821dw5e55187332b74f4f@mail.gmail.com> References: <877e9a170608100302n6407821dw5e55187332b74f4f@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <3295496D-D427-4C0A-B0FD-393CAA22D4CB@prohost.org> Cc: internals@lists.php.net Content-Transfer-Encoding: 7bit Date: Thu, 10 Aug 2006 09:29:20 -0400 To: "Michael Walter" X-Mailer: Apple Mail (2.752.2) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] Fatal errors From: ilia@prohost.org (Ilia Alshanetsky) 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