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

zend-cache 2.7.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 12 May 21:51
· 371 commits to master since this release

Added

  • #35 Added benchmarks using PHPBench

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #76 ZendServer: fixed return null on missing item
  • #88 Redis: fixed segfault on storing NULL and fixed supported datatypes capabilities
  • #95 don't try to unserialize missing items
  • #66 fixed Memcached::internalSetItems in PHP-7 by reducing variables by reference
  • #57 Memcached: HHVM compatibility and reduced duplicated code
  • #91 fixed that order of adapter options may cause exception
  • #98 updates the plugin manager alias list to ensure all adapter name permutations commonly used are accepted.