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

zend-json 3.1.0

Choose a tag to compare

@weierophinney weierophinney released this 04 Jan 17:53
· 40 commits to master since this release

Added

  • #35 and #39 add support for PHP 7.1 and PHP 7.2.

Deprecated

  • Nothing.

Removed

  • #35 removes support for PHP 5.5.

  • #35 removes support for HHVM.

Fixed

  • #38 provides a fix to Json::prettyPrint() to ensure that empty arrays and objects are printed without newlines.

  • #38 provides a fix to Json::prettyPrint() to remove additional newlines preceding a closing bracket.