This repository was archived by the owner on Jan 31, 2020. It is now read-only.
zend-serializer 2.7.2
·
111 commits
to master
since this release
Added
- #17 adds and publishes the documentation to https://zendframework.github.com/zend-serializer/
Deprecated
- Nothing.
Removed
- #16 removes the dependency on zend-math, making it optional. (This was done as the requirement is only when using the
PythonPickleadapter.)
Fixed
- #9 fixes the behavior of the
PhpSerializeadapter to raise an exception during deserialization if the value is not serialized, restoring behavior to match the other adapters.