Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32537 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16433 invoked by uid 1010); 2 Oct 2007 09:29:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16418 invoked from network); 2 Oct 2007 09:29:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Oct 2007 09:29:36 -0000 Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:33675] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/DA-20520-08F02074 for ; Tue, 02 Oct 2007 05:29:36 -0400 Received: from dhcp-172-28-204-225.zrh.corp.google.com (unknown [193.142.125.1]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 4CBC61B361F; Tue, 2 Oct 2007 11:29:33 +0200 (CEST) Date: Tue, 2 Oct 2007 11:29:31 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1411108822.20071002112931@marcus-boerger.de> To: Gregory Beaver CC: internals Mailing List In-Reply-To: <4701D607.7010405@chiaraquartet.net> References: <4701D607.7010405@chiaraquartet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] link to exceptions in autoload thread? From: helly@php.net (Marcus Boerger) Hello Gregory, I don't recall any particular thread but Andi once explained why a few things are instable when exceptions are pending. Some of that is no longer the case so maybe it is time to reinvestigate the whole issue of pending exceptions. But maybe that would result in an exception stack like in Java and I am not sure whether I would not simply favor our current bahavior. marcus Tuesday, October 2, 2007, 7:24:23 AM, you wrote: > Hi all, > Could someone point me to the message(s) explaining why the executor is > unstable when an exception is thrown in __autoload()? > Thanks, > Greg Best regards, Marcus