当我尝试:
$mc= new Memcached();
我明白了
Fatal error: Class 'Memcached' not found in /my/path
phpinfo 说 /etc/php5/apache2/conf.d/20-memcached.ini 作为附加的 .ini 文件加载。
这个文件的内容是这个:
; uncomment the next line to enable the module
extension=memcached.so
dpkg --get-selections | grep 内存缓存
libmemcached6 install
memcached install
php5-memcached install
库本图 Apache 2.0 php 5.4.4-1
为什么我有这个致命错误?