AOEpeople / Aoe_ClassPathCache

Class path cache for Magento autoloader
http://www.fabrizio-branca.de/magento-class-path-cache.html
Open Software License 3.0
49 stars 16 forks source link

Varien_Autoload::searchFullPath() - consider using stream_resolve_include_path instead of foreach #9

Closed Zyava closed 11 years ago

Zyava commented 11 years ago

See http://php.net/stream_resolve_include_path

fbrnc commented 11 years ago

Didn't know this exists, but it looks great! Sounds like a safer solution to me and maybe it's even faster. We should try that.