我刚刚在 OS X Mountain Lion 上的 XAMPP 中安装了 Memcache,我正在尝试使用以下命令运行它:
$memcache = new Memcache();
$memcache>connect('127.0.0.1', 11211) or die ("Could not connect");
这将返回:
Fatal error: Class 'Memcache' not found in /Applications/XAMPP/xamppfiles/htdocs/mysite/myfile.php on line 123
我能做些什么来解决这个问题?
我使用本指南安装了 Memcache
在我的 php.ini 文件中,我有extension="memcache.so"
在 phpinfo.php 我有mod_mem_cache