cache-memcached.php

Memcached driver for my cache library
git clone git://git.finwo.net/lib/cache-memcached.php
Log | Files | Refs | README

commit e3cc0666d2f628c68f6e574f1a0c0da45ca4c810
parent c37055010effbbf60995f3b0b0664a7b3bd73885
Author: finwo <finwo@pm.me>
Date:   Mon, 20 Jun 2016 10:52:07 +0200

Non-interactive pecl

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -7,5 +7,5 @@ php: - '7.0' install: - - pecl install -f memcached + - yes '' | pecl install -f memcached - composer update --prefer-dist