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

zend-mvc 3.0.3

Compare
Choose a tag to compare
@weierophinney weierophinney released this 29 Aug 18:44
· 228 commits to master since this release

Added

  • #198 adds a factory for the SendResponseListener, to ensure that it is injected with an event manager instance from the outset; this fixes issues with delegator factories that registered listeners with it in previous versions.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #184 provides a performance optimization for DELETE requests to AbstractRestfulController instances.
  • #187 removes a typehint for Exception from an argument in DispatchListener::marshalControllerNotFoundEvent(), allowing it to be used with PHP 7 Throwable instances.