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

zend-problem-details 1.0.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 25 Jul 18:39
· 38 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #39 adds the public visibility modifier to all constants.

  • #41 prevents crashes when the ProblemDetailsResponseFactory attempts to
    encode malformed UTF-8 sequences to JSON by ensuring the
    JSON_PARTIAL_OUTPUT_ON_ERROR flag is enabled.