美文网首页
centos7 php7 安装redis 及其拓展

centos7 php7 安装redis 及其拓展

作者: 汉相萧何 | 来源:发表于2018-01-29 14:23 被阅读0次
    yum install php-devel
    wget https://github.com/edtechd/phpredis/archive/php7.zip
    unzip php7.zip
    cd pphpredis-php7
    /usr/bin/phpize
    find / -name php-config
    ./configure --with-php-config=/usr/bin/php-config
    make && make install
    service nginx restart
    service php-fpm restart
    

    相关文章

      网友评论

          本文标题:centos7 php7 安装redis 及其拓展

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