PHP7.X安装memcache扩展
简介:
PHP7.X安装memcache扩展
wget —no-check-certificate -O memcache.zip https://github.com/websupport-sk/pecl-memcache/archive/NON_BLOCKING_IO_php7.zip
unzip memcache.zip
cd pecl-memcache-NON_BLOCKING_IO_php7
/home/service/php/bin/phpize
./configure —with-php-config=/home/service/php/bin/php-config —with-iconv-dir=/usr/local
make && make install
上一篇: laravel 项目从github仓库拉取加载类库
下一篇: 常见开发语言window环境变量配置