安装memcache扩展

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/sdutphp/article/details/80866649

下载地址:http://pecl.php.net/package/memcache

[root@localhost ~]# tar -zxv -f memcache-3.0.8.tgz 
[root@localhost ~]# cd memcache-3.0.8
[root@localhost memcache-3.0.8]# /usr/local/php/bin/phpize
[root@localhost memcache-3.0.8]# ./configure -enable-memcache --with-php-config=/usr/local/php/bin/php-config --with-zlib-dir
[root@localhost memcache-3.0.8]# make
[root@localhost memcache-3.0.8]# make install
php 的相关路径请以实际安装的为准

猜你喜欢

转载自blog.csdn.net/sdutphp/article/details/80866649