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

zend-eventmanager 3.1.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 19 Dec 21:49
· 57 commits to master since this release

Added

Changes

  • #17 makes a number of internal changes to how listeners are stored in order to improve performance, by as much as 10% in the scenario used in the MVC layer.

    Additionally, it optimizes when the target and event arguments are injected into an event, eliminating that step entirely when either is unavailable.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.