Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32684 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94307 invoked by uid 1010); 6 Oct 2007 20:20:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 94292 invoked from network); 6 Oct 2007 20:20:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Oct 2007 20:20:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 38.99.98.18 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 38.99.98.18 beast.bluga.net Linux 2.6 Received: from [38.99.98.18] ([38.99.98.18:43240] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/E0-26050-11EE7074 for ; Sat, 06 Oct 2007 16:20:33 -0400 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id DEE14C0E208; Sat, 6 Oct 2007 13:20:26 -0700 (MST) Received: from [192.168.0.106] (CPE-76-84-5-144.neb.res.rr.com [76.84.5.144]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id F0289C0E1FE; Sat, 6 Oct 2007 13:20:25 -0700 (MST) Message-ID: <4707EEDE.7040605@chiaraquartet.net> Date: Sat, 06 Oct 2007 15:23:58 -0500 User-Agent: Thunderbird 1.5.0.13 (X11/20070824) MIME-Version: 1.0 To: Marcus Boerger CC: =?ISO-8859-1?Q?Johannes_Schl=FCter?= , internals Mailing List References: <4701D607.7010405@chiaraquartet.net> <1411108822.20071002112931@marcus-boerger.de> <47029B22.4010205@chiaraquartet.net> <1449632176.20071003165209@marcus-boerger.de> <4703F68D.6090809@chiaraquartet.net> <1191443002.21871.17.camel@johannes.nop> <4703FB41.2040306@chiaraquartet.net> <1931772047.20071006201346@marcus-boerger.de> In-Reply-To: <1931772047.20071006201346@marcus-boerger.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] link to exceptions in autoload thread? From: greg@chiaraquartet.net (Gregory Beaver) Marcus Boerger wrote: > Hello Greg, > > I think Johannes has a point here. It is doable in PHP already and you > don't hit a performance issue here as you are showing the message only > when the class is not present. That is just add Johanne' code after you > know that your autoload was responsible but cannot find the class. Hi, Just to help with the volume of mail - I know when an idea will not be implemented, and I've got the hacky code in my implementation (and it works even if the smell of the code repulses me :), so this thread can die now for the more important issues. Thanks, Greg