This repository was archived by the owner on Jan 31, 2020. It is now read-only.
Tags: zendframework/zend-stdlib
Tags
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.
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.
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.
PreviousNext