-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaks with ZF 2.5+ #37
Comments
What's Interop? AFAIK, Superluminal will only cache classes in the Zend namespace. |
Yes, that is the bug. zend-servicemanager depend on "container-interop/container-interop" package. So it's not cached, but EdpSuperluminal try to get it. |
Hmm, but if the class is not in classes.php.cache, it should autoload. I keep having issues where the interfaces are included after implementing class, so the autoloader loads the interface, then blows up when it finds the interface a 2nd time in the cache. See issue #16. |
@dkmuir and @tasmaniski I have a same problem. How did they solve it? |
Adicionei isso no Module.php na linha 54
|
the file is created /cache/classes.php.cache,
but every request got error
PHP message: PHP Fatal error: Interface 'Interop\Container\ContainerInterface' not found
The text was updated successfully, but these errors were encountered: