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

zend-cache 2.6.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 11 Feb 23:13
· 466 commits to master since this release

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #22, #64, #68, and #69 update the component to be forwards-compatible with zend-eventmanager, zend-servicemanager, and zend-stdlib v3.
  • #31 Check Documentation Code Blocks
  • #53 fixed seg fault in redis adapter on PHP 7
  • #50 fixed APC tests not running on travis-ci since apcu-5 was released
  • #36 fixed AbstractAdapter::internalDecrementItems
  • #38 better test coverage of AbstractAdapter
  • #45 removed unused internal function Filesystem::readInfoFile
  • #25 MongoDd: fixed expiration support and removed duplicated tests
  • #40 Fixed TTL support of Redis::addItem
  • #18 Fixed Redis::getCapabilities and RedisResourceManager::getMajorVersion if resource wasn't initialized before