【发布时间】:2015-05-25 06:43:38
【问题描述】:
我在Centos 中使用memcache 和cakephp 3 有错误:
Error: [RuntimeException] Cache engine Cake\Cache\Engine\MemcachedEngine is not properly configured.
我安装的memcache如下:
-
安装内存缓存和库
yum install memcached yum install php55w-pecl-memcache -
在 php.ini 中添加配置
extension=memcache.so
我查看info.php,memcache信息已显示。
【问题讨论】:
标签: php cakephp caching cakephp-3.0