php-serialize
Advanced tools
Changelog
5.0.0
Remove dependence on assert
native module for validation, and use simple error instead (Thanks @eliandoran)
Because this changes the error class from AssertionError
to Error
which might break downstream code,
this is being tagged as semver-major.
Changelog
4.1.1
Map
support for multiple elements (Thanks @trim21)Changelog
4.1.0
Map
s as equivalent for unordered PHP objects (Thanks @trim21)Changelog
4.0.1
Changelog
3.0.1
Changelog
3.0.0
isSerialized
method, mirrored from Wordpress sourceChangelog
2.1.0
encoding
parameter for serialize/unserialize