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

zend-psr7bridge 1.1.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 20 Dec 15:29
· 12 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #40 fixes how headers are translated from PSR-7 to zend-http. Previously, they
    were always cast to GenericHeader instances; now, the bridge uses Psr7Response::psr7HeadersToString
    to pass them to Zend\Http\Headers::fromString(), ensuring that the more
    specific zend-http HeaderInterface instance types are created.