美文网首页程序猿的进阶屋
linux下php的psr.so扩展源码安装

linux下php的psr.so扩展源码安装

作者: dreamer_lk | 来源:发表于2020-04-14 15:13 被阅读0次
    cd /usr/local/src
    git clone https://github.com/jbboehr/php-psr.git
    cd php-psr
    /usr/local/php/bin/phpize
    ./configure --with-php-config=/usr/local/php/bin/php-config
    make
    make install
    

    在php.ini中添加extension=psr.so
    重启php-fpm

    service php-fpm restart
    

    查看phpinfo() 安装成功····

    原文链接:https://blog.csdn.net/pwjiferox/java/article/details/89601214

    相关文章

      网友评论

        本文标题:linux下php的psr.so扩展源码安装

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