ZF2-39: PHP Fatal error: Class 'Zend\Loader\StandardAutoloader' not found in ~/ZendFramework-2.0.0dev3/bin/zfals.php on line 16
Description
Hello,
I tried the classmapper to enhance my autoload process with ZF 1.11. I found a minor issue (major because of the Fatal error, but minor to debug :)). Here is the diff:
16d15
< $loader = new Zend\Loader\StandardAutoloader();
17a17
> $loader = new Zend\Loader\StandardAutoloader();
I go on my testing, Wilfried
Comments
Posted by BenoƮt Durand (intiilapa) on 2011-09-04T17:21:22.000+0000
Assign to [~matthew].
Posted by Adam Lundrigan (adamlundrigan) on 2012-02-23T19:06:05.000+0000
The zfals.php script has been retired in favor of classmap_generator.php See: https://github.com/zendframework/zf2/pull/816