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

zend-stdlib 2.5.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 21 Jul 17:16
· 329 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #9 fixes an issue with count incrementation during insert in PriorityList, ensuring that incrementation only occurs when the item inserted was not previously present in the list.