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.
