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

Tags: zendframework/zend-stdlib

Tags

release-3.2.1

Toggle release-3.2.1's commit message
zend-stdlib 3.2.1

Added
-----

- Nothing.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#92](#92) fixes serialization of `SplPriorityQueue` by ensuring its `$serial`
  property is also serialized.

- [#91](#91) fixes behavior in the `ArrayObject` implementation that was not
  compatible with PHP 7.3.

release-3.2.0

Toggle release-3.2.0's commit message
zend-stdlib 3.2.0

Added
-----

- [#87](#87) adds support for PHP 7.2.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- [#87](#87) removes support for HHVM.

Fixed
-----

- Nothing.

release-3.1.1

Toggle release-3.1.1's commit message
zend-stdlib 3.1.1

Added
-----

- Nothing.

Changed
-------

- [#67](#67) changes the typehint of the `$content` property
  of the `Message` class to indicate it is a string. All known implementations
  already assumed this.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#60](#60) fixes an issue whereby calling `remove()` would
  incorrectly re-calculate the maximum priority stored in the queue.

- [#60](#60) fixes an infinite loop condition that can occur when
  inserting an item at 0 priority.

release-2.4.13

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

release-2.4.12

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

release-2.4.11

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

release-3.1.0

Toggle release-3.1.0's commit message
zend-stdlib 3.1.0

Added
-----

- [#63](#63) adds a new
  `Zend\Stdlib\ConsoleHelper` class, providing minimal support for writing
  output to `STDOUT` and `STDERR`, with optional colorization, when the console
  supports that feature.

Deprecated
----------

- [#38](#38) deprecates
  `Zend\Stdlib\JsonSerializable`, as all supported version of PHP now support
  it.

Removed
-------

- Nothing.

Fixed
-----

- Nothing.

release-2.4.10

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

release-3.0.1

Toggle release-3.0.1's commit message
zend-stdlib 3.0.1

Added
-----

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#59](#59) fixes a notice
  when defining the `Zend\Json\Json::GLOB_BRACE` constant on systems using
  non-gcc glob implementations.

release-2.7.7

Toggle release-2.7.7's commit message
zend-stdlib 2.7.7

Added
-----

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#59](#59) fixes a notice
  when defining the Zend\Json\Json::GLOB_BRACE constant on systems using non-gcc
  glob implementations.