Good to see it's being worked at. Was there really a problem using file
exists checks though? I never noticed much of a performance impact using the
autoloader, but maybe that's just me.


Jack Sleight wrote:
> 
> I bought up the same issue, and it's being resolved:
> 
> http://framework.zend.com/issues/browse/ZF-2923
> http://www.nabble.com/Re%3A-1.5.0-Zend_Loader%2C-auto-load-and-non-existent-classes-ts16153003.html
> 
> pakmannen 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
>>   
> 
> -- 
> Jack
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Zend_Loader-no-longer-works-as-expected-in-1.5-tp16263404p16265844.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to