[root@centos memcache-2.2.4]# wget http://pecl.php.net/get/memcache-2.2.4.tgz

[root@centos memcache-2.2.4]# tar -zxvf memcache-2.2.4.tgz 

[root@centos memcache-2.2.4]# cd memcache-2.2.4

[root@centos memcache-2.2.4]# phpize

[root@centos memcache-2.2.4]# ./configure --with-php-config=/usr/local/php/bin/php-config

[root@centos memcache-2.2.4]# make && make install

//php.ini 添加memcache扩展
extension=/usr/local/php/lib/php/extensions/no-debug-non-zts-20121212/memcache.so

  Linux下安装memcache PHP扩展

相关文章:

  • 2021-06-23
  • 2022-02-25
  • 2021-07-13
  • 2022-12-23
  • 2021-10-07
  • 2021-12-06
  • 2021-07-20
猜你喜欢
  • 2021-10-23
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案