This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-cache 2.6.0
weierophinney
released this
11 Feb 23:13
·
466 commits
to master
since this release
Added
- #70 adds, revises, and publishes the documentation to https://zendframework.github.io/zend-cache/
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
andRedisResourceManager::getMajorVersion
if resource wasn't initialized before