APIx Cache v1.3.4 Release Notes
Release Date: 2019-10-30 // about 5 years ago-
- ๐ Fixed Memcached unit tests for PHP 7.x (PR #39 by @BlairCooper).
- ๐ Fixed
Memcached.php::setSerializer
for PHP 7.3 compatibility (PR #37 by @BlairCooper & PR #38 by @mgmbh). - ๐ Fixed Travis builds with PHP 5.* (PR #37 by @BlairCooper).
- ๐ Fixed Travis on PHP 5.4 and 5.5 cannot run on Xenial (PR #37 by @BlairCooper).
- ๐ Fixed typo in composer suggested package (PR #35 by @Great-Antique).
- โ Added cas_token to
getTtl()
method (PR #34 contrib by @BlairCooper). - โ Added check of "expire" when entry is read from a file (PR #33 contrib by @dimasikturbo).