Zend Cache v2.9.0 Release Notes
Release Date: 2019-08-29 // over 3 years ago-
โ Added
- ๐ #178 adds support for PHP 7.3.
๐ Changed
- #186 replaces
deprecated
delete()
calls withdel()
in Redis adapter.delete()
function is deprecated since version 5.0.0 anddel()
is available since version 2.1.0.
๐ Deprecated
- Nothing.
โ Removed
- ๐ #178 removes support for zend-stdlib v2 releases.
๐ Fixed
- Nothing.
Previous changes from v2.8.3
-
โ Added
- Nothing.
๐ Changed
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
๐ #184 fixes an issue with SimpleCacheDecorator where elements were deleted after creation. Wrong TTL was set instead of using default value from options.
๐ #182 fixes a typo in variable name within the
ExtMongoDbResourceManager::getResource
method which prevented using custom db name when using that adapter.