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

zend-stdlib 2.7.6

Compare
Choose a tag to compare
@weierophinney weierophinney released this 19 Feb 16:04
· 236 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #56 updates the AggregateHydrator implementation to add overrides for the hydrate() and extract() methods; this was done to ensure they trigger zend-stdlib-specific event classes (vs the zend-hydrator base classes), in order to ensure backwards compatibility.