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

zend-serializer 2.7.2

Choose a tag to compare

@weierophinney weierophinney released this 11 May 16:08
· 111 commits to master since this release

Added

Deprecated

  • Nothing.

Removed

  • #16 removes the dependency on zend-math, making it optional. (This was done as the requirement is only when using the PythonPickle adapter.)

Fixed

  • #9 fixes the behavior of the PhpSerialize adapter to raise an exception during deserialization if the value is not serialized, restoring behavior to match the other adapters.