1, 安装libevent
下载地址 http://libevent.org/
2,安装memcache
下载地址
/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make && make install
3,配置
extension = “memcache.so”
1, 安装libevent
下载地址 http://libevent.org/
2,安装memcache
下载地址
/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make && make install
3,配置
extension = “memcache.so”