This repository was archived by the owner on Jan 29, 2020. It is now read-only.
zend-modulemanager 2.8.0
·
77 commits
to master
since this release
Added
- #4 adds a new
ListenerOptionsoption,use_zend_loader. The option defaults totrue, which keeps the current behavior of registering theModuleAutoloaderandAutoloaderProvider. If you disable it, these features will no longer be loaded, allowingModuleManagerto be used without zend-loader. - #5 adds the ability to use a class of any name for a module, so long as you provide the fully qualified class name when registering the module with the module manager.
Deprecated
- Nothing.
Removed
- #62 removes support for PHP 5.5 and HHVM.
Fixed
- #53 preventing race conditions when writing cache files (merged configuration)