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

zend-stdlib 3.1.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 12 Apr 16:06
· 108 commits to master since this release

Added

  • Nothing.

Changed

  • #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 fixes an issue whereby calling remove() would
    incorrectly re-calculate the maximum priority stored in the queue.

  • #60 fixes an infinite loop condition that can occur when
    inserting an item at 0 priority.