tag:github.com,2008:https://github.com/zendframework/zend-stdlib/releases Release notes from zend-stdlib 2018-08-28T21:35:40Z tag:github.com,2008:Repository/35280830/release-3.2.1 2018-08-28T21:35:59Z zend-stdlib 3.2.1 <h2>Added</h2> <ul> <li>Nothing.</li> </ul> <h2>Changed</h2> <ul> <li>Nothing.</li> </ul> <h2>Deprecated</h2> <ul> <li>Nothing.</li> </ul> <h2>Removed</h2> <ul> <li>Nothing.</li> </ul> <h2>Fixed</h2> <ul> <li> <p><a href="https://github.com/zendframework/zend-stdlib/pull/92" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-stdlib/pull/92/hovercard">#92</a> fixes serialization of <code>SplPriorityQueue</code> by ensuring its <code>$serial</code><br> property is also serialized.</p> </li> <li> <p><a href="https://github.com/zendframework/zend-stdlib/pull/91" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-stdlib/pull/91/hovercard">#91</a> fixes behavior in the <code>ArrayObject</code> implementation that was not<br> compatible with PHP 7.3.</p> </li> </ul> weierophinney tag:github.com,2008:Repository/35280830/release-3.2.0 2018-04-30T13:51:37Z zend-stdlib 3.2.0 <h2>Added</h2> <ul> <li><a href="https://github.com/zendframework/zend-stdlib/pull/87" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-stdlib/pull/87/hovercard">#87</a> adds support for PHP 7.2.</li> </ul> <h2>Changed</h2> <ul> <li>Nothing.</li> </ul> <h2>Deprecated</h2> <ul> <li>Nothing.</li> </ul> <h2>Removed</h2> <ul> <li><a href="https://github.com/zendframework/zend-stdlib/pull/87" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-stdlib/pull/87/hovercard">#87</a> removes support for HHVM.</li> </ul> <h2>Fixed</h2> <ul> <li>Nothing.</li> </ul> weierophinney tag:github.com,2008:Repository/35280830/release-3.1.1 2018-04-12T16:06:51Z zend-stdlib 3.1.1 <h2>Added</h2> <ul> <li>Nothing.</li> </ul> <h2>Changed</h2> <ul> <li><a href="https://github.com/zendframework/zend-stdlib/pull/67" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-stdlib/pull/67/hovercard">#67</a> changes the typehint of the <code>$content</code> property<br> of the <code>Message</code> class to indicate it is a string. All known implementations<br> already assumed this.</li> </ul> <h2>Deprecated</h2> <ul> <li>Nothing.</li> </ul> <h2>Removed</h2> <ul> <li>Nothing.</li> </ul> <h2>Fixed</h2> <ul> <li> <p><a href="https://github.com/zendframework/zend-stdlib/pull/60" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-stdlib/pull/60/hovercard">#60</a> fixes an issue whereby calling <code>remove()</code> would<br> incorrectly re-calculate the maximum priority stored in the queue.</p> </li> <li> <p><a href="https://github.com/zendframework/zend-stdlib/pull/60" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-stdlib/pull/60/hovercard">#60</a> fixes an infinite loop condition that can occur when<br> inserting an item at 0 priority.</p> </li> </ul> weierophinney tag:github.com,2008:Repository/35280830/release-2.4.13 2017-07-13T17:17:41Z release-2.4.13 <p>zend-stdlib 2.4.13</p> weierophinney tag:github.com,2008:Repository/35280830/release-2.4.12 2017-06-19T18:52:41Z release-2.4.12 <p>zend-stdlib 2.4.12</p> weierophinney tag:github.com,2008:Repository/35280830/release-2.4.11 2016-12-19T22:32:45Z release-2.4.11 <p>zend-stdlib 2.4.11</p> weierophinney tag:github.com,2008:Repository/35280830/release-3.1.0 2016-09-13T14:41:29Z zend-stdlib 3.1.0 <h2>Added</h2> <ul> <li><a href="https://github.com/zendframework/zend-stdlib/pull/63" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-stdlib/pull/63/hovercard">#63</a> adds a new <code>Zend\Stdlib\ConsoleHelper</code> class, providing minimal support for writing output to <code>STDOUT</code> and <code>STDERR</code>, with optional colorization, when the console supports that feature.</li> </ul> <h2>Deprecated</h2> <ul> <li><a href="https://github.com/zendframework/zend-stdlib/pull/38" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-stdlib/pull/38/hovercard">#38</a> deprecates <code>Zend\Stdlib\JsonSerializable</code>, as all supported version of PHP now support it.</li> </ul> <h2>Removed</h2> <ul> <li>Nothing.</li> </ul> <h2>Fixed</h2> <ul> <li>Nothing.</li> </ul> weierophinney tag:github.com,2008:Repository/35280830/release-2.4.10 2016-05-09T20:46:26Z release-2.4.10 <p>zend-stdlib 2.4.10</p> weierophinney tag:github.com,2008:Repository/35280830/release-3.0.1 2016-04-12T21:21:45Z zend-stdlib 3.0.1 <h2>Added</h2> <ul> <li>Nothing.</li> </ul> <h2>Deprecated</h2> <ul> <li>Nothing.</li> </ul> <h2>Removed</h2> <ul> <li>Nothing.</li> </ul> <h2>Fixed</h2> <ul> <li><a href="https://github.com/zendframework/zend-stdlib/pull/59" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-stdlib/pull/59/hovercard">#59</a> fixes a notice when defining the <code>Zend\Json\Json::GLOB_BRACE</code> constant on systems using non-gcc glob implementations.</li> </ul> weierophinney tag:github.com,2008:Repository/35280830/release-2.7.7 2016-04-12T21:18:52Z zend-stdlib 2.7.7 <h2>Added</h2> <ul> <li>Nothing.</li> </ul> <h2>Deprecated</h2> <ul> <li>Nothing.</li> </ul> <h2>Removed</h2> <ul> <li>Nothing.</li> </ul> <h2>Fixed</h2> <ul> <li><a href="https://github.com/zendframework/zend-stdlib/pull/59" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-stdlib/pull/59/hovercard">#59</a> fixes a notice when defining the Zend\Json\Json::GLOB_BRACE constant on systems using non-gcc glob implementations.</li> </ul> weierophinney