Skip to content

Releases: mustangostang/spyc

0.6.3

10 Sep 13:17
4627c83
Compare
Choose a tag to compare
  • Adds setting_empty_hash_as_object setting.

0.6.1: Spyc.php fails to account for negative PHP_INT_MAX

24 Oct 00:32
Compare
Choose a tag to compare
While detecting the int type, spyc properly checks if the numerical value exceeds PHP_INT_MAX. However, it fails to account for the negative limit, so numbers less than (for example) the 64-bit limit of `-9223372036854775808` get clobbered into the limit.

0.6.0: Merge pull request #44 from tmtysk/master

20 Oct 17:59
Compare
Choose a tag to compare