美文网首页
php安装配置xdebug

php安装配置xdebug

作者: 飘忽的幽灵 | 来源:发表于2020-10-12 17:45 被阅读0次

    通过phpinfo获取探针信息,复制到:https://xdebug.org/wizard  验证。

    下载:

    wget https://xdebug.org/files/xdebug-2.9.8.tgz

    解压:

    tar -zxvf xdebug-2.9.8.tgz

    添加扩展:

    cd xdebug-2.9.8/

    phpize

    ./configure

    make

    相关文章

      网友评论

          本文标题:php安装配置xdebug

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