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

zend-httphandlerrunner 1.0.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 05 Feb 15:20
· 41 commits to master since this release

Initial stable release.

The Zend\HttpRequestHandler\Emitter subcomponent was originally released as part of two packages:

  • EmitterInterface and the two SAPI emitter implementations were released previously as part of the zend-diactoros package.

  • EmitterStack was previously released as part of the zend-expressive package.

These features are mostly verbatim from that package, with minor API changes.

The RequestHandlerRunner was originally developed as part of version 3 development of zend-expressive, but extracted here for general use with PSR-15 applications.

Added

  • Everything.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.