mac安装memcache

1、wget http://blog.s135.com/soft/linux/nginx_php/memcache/memcache-2.2.5.tgz

2、tar zxvf memcache-2.2.5.tgz

3、cd memcache-2.2.5

4、/Applications/XAMPP/xamppfiles/bin/phpize

5、./configure --with-php-config=/Applications/XAMPP/xamppfiles/bin/php-config

6、sudo make

7、sudo make install

8、extension=memcache.so(php.ini)

原文地址:https://www.cnblogs.com/adtuu/p/4773437.html