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

Tags: zendframework/zend-serializer

Tags

release-2.9.1

Toggle release-2.9.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
michalbundyra Michał Bundyra
zend-serializer 2.9.1

Added
-----

- [#39](#39) adds support for PHP 7.3.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Nothing.

release-2.9.0

Toggle release-2.9.0's commit message
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.

release-2.8.1

Toggle release-2.8.1's commit message
Merge branch 'release/2.8.1'

release-2.4.13

Toggle release-2.4.13's commit message
zend-serializer 2.4.13

release-2.4.12

Toggle release-2.4.12's commit message
zend-serializer 2.4.12

release-2.4.11

Toggle release-2.4.11's commit message
zend-serializer 2.4.11

release-2.8.0

Toggle release-2.8.0's commit message
zend-serializer 2.8.0

Added
-----

- [#20](#20) adds support
  for zend-json v3.0.

Deprecated
----------

- Nothing.

Removed
-------

- [#20](#20) removes support
  for PHP 5.5.

Fixed
-----

- Nothing.

release-2.7.2

Toggle release-2.7.2's commit message
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.

release-2.4.10

Toggle release-2.4.10's commit message
zend-serializer 2.4.10

release-2.7.1

Toggle release-2.7.1's commit message
zend-serializer 2.7.1

Added
-----

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#15](#15) fixes the
  `Module::init()` method to properly receive a `ModuleManager` instance, and
  not expect a `ModuleEvent`.