ZF2-101: Zend\Loader\ClassMapLoader | realpath() is not tolerant of phar paths
Description
Loading classmaps from phar archives does not work. Realpath is "false" for URIs.
similar bug: http://framework.zend.com/issues/browse/ZF-11115
Loading classmaps from phar archives does not work. Realpath is "false" for URIs.
similar bug: http://framework.zend.com/issues/browse/ZF-11115
Comments
Posted by Evan Coury (evan.pro) on 2011-11-23T04:26:22.000+0000
Fixed with this commit: https://github.com/EvanDotPro/zf2/…
Still needs unit tests, though. Will get it merged once I write the tests for it.
Posted by Evan Coury (evan.pro) on 2011-11-23T14:50:58.000+0000
Fixed with GH-630.
Posted by Alrik Zachert (az) on 2011-12-08T03:14:19.000+0000
has been merged!
for more info see:
https://github.com/zendframework/zf2/pull/630