Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25277 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91874 invoked by uid 1010); 10 Aug 2006 10:22:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91854 invoked from network); 10 Aug 2006 10:22:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2006 10:22:18 -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: 66.249.82.227 wx-out-0506.google.com Linux 2.4/2.6 Received: from ([66.249.82.227:9445] helo=wx-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 43/A3-08715-4240BD44 for ; Thu, 10 Aug 2006 06:02:15 -0400 Received: by wx-out-0506.google.com with SMTP id s18so411059wxc for ; Thu, 10 Aug 2006 03:02:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=uNdgMePXMQLzpdWFKzn957HQoTBWJ/IrwPL2q3HTs0AKOhjgDWMFQbebsZ6Q4PMbInXlZqEljLFOv9YudULXvKFG4jyznBFNsKb4HFTc48gZe5B3HL0paE9BMXyNLmpOc2XhbP9A8jEd9KOS66O3Ma5NeSjEuANiavpDeJVQBy4= Received: by 10.78.193.5 with SMTP id q5mr1143875huf; Thu, 10 Aug 2006 03:02:09 -0700 (PDT) Received: by 10.78.23.3 with HTTP; Thu, 10 Aug 2006 03:02:09 -0700 (PDT) Message-ID: <877e9a170608100302n6407821dw5e55187332b74f4f@mail.gmail.com> Date: Thu, 10 Aug 2006 12:02:09 +0200 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Fatal errors From: michael.walter@gmail.com ("Michael Walter") 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? Regards, Michael