Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

zend-modulemanager 2.8.0

Choose a tag to compare

@weierophinney weierophinney released this 11 Jul 19:42
· 77 commits to master since this release

Added

  • #4 adds a new ListenerOptions option, use_zend_loader. The option defaults to true, which keeps the current behavior of registering the ModuleAutoloader and AutoloaderProvider. If you disable it, these features will no longer be loaded, allowing ModuleManager to 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)