Hi Jens, I pointed out the same issue some weeks ago. http://www.nabble.com/Is-is-safe-to-delegate-to-a-PHP-error-instead-of-a-custom-check--to15490466s16154.html#a15490466
I agree with you, we should reintroduce the old behavior. Simone On Mon, Mar 24, 2008 at 11:16 PM, pakmannen <[EMAIL PROTECTED]> wrote: > > Hi, > > I recently updated from 1.0 to 1.5 and noticed that Zend_Loader no longer > works as expected. When loading a class, it no longer checks to see if the > file exists before loading, which means that when autoloading classes, you > get php warnings when the file doesn't exist. This makes it impossible to > have more than one autoloader registered, or to use a modified autoloader > method which attempts more than one call to Zend_Loader::loadClass(). > > Was the removal of the file exists checks intentional? > > /Jens Ljungblad > -- > View this message in context: > http://www.nabble.com/Zend_Loader-no-longer-works-as-expected-in-1.5-tp16263404p16263404.html > Sent from the Zend Framework mailing list archive at Nabble.com. > >
