美文网首页
CentOS PHP5.6 安装 memcached 扩展

CentOS PHP5.6 安装 memcached 扩展

作者: muction | 来源:发表于2017-07-14 09:52 被阅读0次

    第一步需要 安装 libmemcache

    下载官网https://launchpad.net/libmemcached/+download

    第二步下载 memcached 扩展

    http://pecl.php.net/package-search.php?pkg_name=memcached&bool=AND&submit=Search

    memcached 扩展编译

    phpize

    ./configure --with-php-config=/usr/local/php/bin/php-config --enable-memcached --with-libmemcached-dir=/usr/local/libmemcached --disable-memcached-sasl

    开启php.ini memcached.so 扩展即可

    相关文章

      网友评论

          本文标题:CentOS PHP5.6 安装 memcached 扩展

          本文链接:https://www.haomeiwen.com/subject/lodnhxtx.html