Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15800 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18303 invoked by uid 1010); 4 Apr 2005 18:37:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18278 invoked from network); 4 Apr 2005 18:37:08 -0000 Received: from unknown (HELO marcus-boerger.de) (127.0.0.1) by localhost with SMTP; 4 Apr 2005 18:37:08 -0000 X-Host-Fingerprint: 81.169.182.136 h59705.serverkompetenz.net Linux 2.4/2.6 Received: from ([81.169.182.136:50295] helo=strato.aixcept.de) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 86/76-19272-15981524 for ; Mon, 04 Apr 2005 14:37:06 -0400 Received: from localhost (localhost [127.0.0.1]) by strato.aixcept.de (Postfix) with ESMTP id 5DE2935C1D6; Mon, 4 Apr 2005 20:42:59 +0200 (CEST) Date: Mon, 4 Apr 2005 14:37:02 -0400 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <6710072223.20050404143702@marcus-boerger.de> To: Greg Beaver Cc: Andrey Hristov , Stanislav Malyshev , internals@lists.php.net In-Reply-To: <425181BF.4090403@php.net> References: <5.1.0.14.2.20050403125628.03f83de0@localhost> <425002D8.50004@php.net> <42515CFC.2050108@php.net> <42516F85.10803@hristov.com> <425181BF.4090403@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: __autoload() enhancement From: mail@marcus-boerger.de (Marcus Boerger) Hello Greg, Monday, April 4, 2005, 2:04:47 PM, you wrote: > Andrey Hristov wrote: >> Stanislav, >> Greg probable means something like a stack trace of the autload callbacks >> that were called. This will be a nice addition just like Exception >> stacktraces >> are (I wish there were stacktraces for Fatal errors). > yes, a stack trace would be ideal - I knew there was a name for that > thing I was describing :) > Greg SPl offers a function to check all registered functions. Since a missing class would require all those functions to fail that's all you need to know. And i think we can somehow even allow exceptions. I think it actually works right now already but i have to check....will do so one the flight home Best regards, Marcus mailto:mail@marcus-boerger.de