Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56618 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52256 invoked from network); 25 Nov 2011 09:13:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2011 09:13:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=christian.kaps@mohiva.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=christian.kaps@mohiva.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain mohiva.com from 80.67.31.28 cause and error) X-PHP-List-Original-Sender: christian.kaps@mohiva.com X-Host-Fingerprint: 80.67.31.28 smtprelay01.ispgateway.de Linux 2.6 Received: from [80.67.31.28] ([80.67.31.28:39348] helo=smtprelay01.ispgateway.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 17/01-45850-64C5FCE4 for ; Fri, 25 Nov 2011 04:13:42 -0500 Received: from [80.67.16.116] (helo=webmail.df.eu) by smtprelay01.ispgateway.de with esmtpa (Exim 4.68) (envelope-from ) id 1RTrql-0003CH-Db for internals@lists.php.net; Fri, 25 Nov 2011 10:13:39 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 25 Nov 2011 10:13:39 +0100 To: In-Reply-To: <4ECF57EC.7020008@php.net> References: <4ECEC513.9040706@mohiva.com> <06acba1a1c53ac9527beb807787c92aa@mohiva.com> <4ECF57EC.7020008@php.net> Message-ID: <5bd177d8f5e9dc2e6d1e07152cd036f0@mohiva.com> X-Sender: christian.kaps@mohiva.com User-Agent: Roundcube Webmail/0.6 X-Df-Sender: Y2hyaXN0aWFuLmthcHNAbW9oaXZhLmNvbQ== Subject: Re: [PHP-DEV] Re: [RFC] Autoloader Error Handling From: christian.kaps@mohiva.com (Christian Kaps) Am 25.11.2011 09:55, schrieb Sebastian Bergmann: > Am 25.11.2011 09:06, schrieb Christian Kaps: >> Or am i wrong here? > > Yes you are. The idea is that you can have multiple autoload > callbacks > which are invoked in sequence. The first one that is able to load > the > requested class will end that sequence. If you throw exceptions in > one > autoloader that sequence will be interrupted prematurely. > For this reason I have written the RFC.