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

zend-psr7bridge 1.0.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 02 Aug 15:56
· 98 commits to master since this release

Added

  • #19 adds support for PHP 7.1.

  • #19 adds support for PHP 7.2.

Changed

  • #15 updates the behavior of Psr7ServerRequest::fromZend() to check if the request is a Zend\Http\PhpEnvironment\Request and, if so, use the return value of its getServer() method to seed the PSR-7 request's server parameters.

Deprecated

  • Nothing.

Removed

  • #19 removes support for PHP 5.5.

  • #19 removes support for HHVM.

Fixed

  • Nothing.