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

zf-api-problem 1.2.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 06 Jul 19:47
· 73 commits to master since this release

Added

  • #45 adds support for PHP 7.
  • #44 and #45 add support for version 3 components of Zend Framework.
  • #39 adds the constant ApiProblem::CONTENT_TYPE for specifying the Content-Type of API Problem responses.

Deprecated

  • Nothing.

Removed

  • #45 removes support for PHP 5.5.
  • #45 removes the Module::getAutoloaderConfig() implementation, as it was redundant in composer-based applications.

Fixed

  • #44 and #45 ensure that definition and attachment of the listener aggregates defined in the module will work with both v2 and v3 versions of zend-eventmanager.
  • #38 fixes an issue whereby JSON encoding failed for included stack traces if they originated within a PHP stream.