-- Nathan <[EMAIL PROTECTED]> wrote (on Monday, 21 January 2008, 01:24 PM -0800): > Hello all, > > While profiling my application I discovered that the pluginloader invokes > autoload when it calls class_exists() in the load method. Was this > intentional? > > > It could lead to some unexpected behaviour, by loading an ambiguously named > class from the wrong location, and it means that Zend_Loader::isReadable() is > being called twice as often as is necessary. > > I've created an issue in the tracker and even posted a patch (as frivolous as > that may be) in hopes that this might be fixed before the code freeze > tomorrow. > > http://framework.zend.com/issues/browse/ZF-2458
I fixed this last night. -- Matthew Weier O'Phinney PHP Developer | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
