在XAMPP上使用memcached

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在XAMPP上使用memcached相关的知识,希望对你有一定的参考价值。

我正在使用XAMPP。试图使用时

$memcached = new Memcached();

我收到错误:致命错误:在C: xampp htdocs dir index.php中找不到类'Memcached'

我做了很多搜索,找不到安装Memcached的方法。

谢谢

亚历克斯

答案

您没有在XAMPP PHP版本上安装Memcached扩展:如果您在UNIX环境中工作,您只需使用命令安装memcached

 // Step 1.
 $ sudo apt-get install memcached
 // Step 2.
 $ sudo apt-get install php5-memcached
 // Step 3.
 $ sudo /etc/init.d/apache2 restart 

如果您使用Windows环境,则应使用Memcache扩展而不是Memcached。在下面的窗口上的详细安装:

 http://zurmo.org/wiki/installing-memcache-on-windows

以上是关于在XAMPP上使用memcached的主要内容,如果未能解决你的问题,请参考以下文章

php 的 Memcache 扩展 - xampp windows 不工作

ubuntu16.04上 安装xampp的php扩展memcache

本地机器上的两个 memcache 服务器

使用 XAMPP 在 Linux Mint 中配置 LAMP 环境 - 安装 Memcache

如何在 XAMPP mac osx lion 中设置 memcache

linux下lampp(xampp)安装memcached扩展