Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

zend-servicemanager 2.7.9

Compare
Choose a tag to compare
@weierophinney weierophinney released this 27 Nov 22:36
· 610 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #205 fixes how the AbstractPluginManager handles repeated retrievals of the same service when instance options are provided and the service is marked as "shared". Previously, it incorrectly would return the first instance retrieved; with this release, no instance created with instance options is ever shared.