Skip to content

Releases: elliotchance/phpserialize

v1.1.3

16 Jan 23:14
c689c68
Compare
Choose a tag to compare
unmarshall array: nested associative. Fixes #7 (#8)

This fixes a bug where a nested array might be associative.

v1.1.2

06 Jan 23:33
Compare
Choose a tag to compare
do not escape strings (#6)

Do not escape strings as PHP does not support escaping in serialized string

v1.1.1

18 Jul 23:31
Compare
Choose a tag to compare
  • Fix panic if MarshalOptions is nil (#4) - @sPooKee

v1.1.0

22 Mar 04:16
0fa3b04
Compare
Choose a tag to compare
  • Added the ability to unmarshal an object into a map.

v1.0.0

30 Jul 07:05
Compare
Choose a tag to compare
Adding travis build status