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

Thanks for your time,
Nathan Wright

Reply via email to