This repository was archived by the owner on Jan 31, 2020. It is now read-only.
Tags: zendframework/zend-serializer
Tags
zend-serializer 2.9.0 Added ----- - [#37](#37) adds support to the `PhpSerialize` adapter to allow it to support the PHP 7 `$options` parameter of `unserialize`, and, specifically, the `allowed_classes` parameter. A new options class, `PhpSerializeOptions`, now allows setting the `unserialize_class_whitelist` option, which may be one of `true` (any class may be unserialized; current behavior), `false` (no class may be unserialized), or an `array` of class names that are explicitly allowed to be unserialized. An instance of this class may now be passed to the `PhpSerialize` constructor in order to set the intended/expected behavior. Changed ------- - Nothing. Deprecated ---------- - Nothing. Removed ------- - Nothing. Fixed ----- - [#34](#34) removes a redundant dependency on a Doctrine package.
zend-serializer 2.7.2 Added ----- - [#17](#17) adds and publishes the documentation to https://zendframework.github.com/zend-serializer/ Deprecated ---------- - Nothing. Removed ------- - [#16](#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](#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.
PreviousNext