This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Tags: zendframework/zend-httphandlerrunner
Tags
zend-httphandlerrunner 1.0.1 Added ----- - Nothing. Changed ------- - [#2](#2) modifies how the request and error response factories are composed with the `RequestHandlerRunner` class. In both cases, they are now encapsulated in a closure which also defines a return type hint, ensuring that if the factories produce an invalid return type, a PHP `TypeError` will be raised. Deprecated ---------- - Nothing. Removed ------- - Nothing. Fixed ----- - Nothing.
zend-httphandlerrunner 1.0.0 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](https://docs.zendframework.com/zend-daictoros) package. - `EmitterStack` was previously released as part of the [zend-expressive](https://docs.zendframework.com/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](https://www.php-fig.org/psr/psr-15) applications. Added ----- - Everything. Changed ------- - Nothing. Deprecated ---------- - Nothing. Removed ------- - Nothing. Fixed ----- - Nothing.