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

zend-problem-details 0.5.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 07 Dec 20:48
· 119 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #20 fixes an issue with serialization when PHP resources are within the $additional aspect of the payload. When these values are encountered, the response factory now will instead return Resource of type {resource type}.

  • #21 provides a defence for $additional data keys that would otherwise create malformed XML tag names.