linux 安装 使用xdebug

101 篇文章 1 订阅

1.http://xdebug.org/wizard.php

访问地址,然后把php.ini的信息html放到文本里面提交

刷新后就会出现详细的安装信息

Tailored Installation Instructions

Summary

  • Xdebug installed: no
  • Server API: FPM/FastCGI
  • Windows: no
  • Zend Server: no
  • PHP Version: 5.4.34
  • Zend API nr: 220100525
  • PHP API nr: 20100525
  • Debug Build: no
  • Thread Safe Build: no
  • Configuration File Path: /etc
  • Configuration File: /etc/php.ini
  • Extensions directory: /usr/local/php/lib/php/extensions/no-debug-non-zts-20100525

    Instructions

    1. Download xdebug-2.3.3.tgz
    2. Unpack the downloaded file with tar -xvzf xdebug-2.3.3.tgz
    3. Run: cd xdebug-2.3.3
    4. Run: phpize (See the FAQ if you don't have phpize.

      As part of its output it should show:

      Configuring for:
      ...
      Zend Module Api No:      20100525
      Zend Extension Api No:   220100525
      

      If it does not, you are using the wrong phpize. Please follow this FAQ entry and skip the next step.

    5. Run: ./configure
    6. Run: make
    7. Run: cp modules/xdebug.so /usr/local/php/lib/php/extensions/no-debug-non-zts-20100525
    8. Edit /etc/php.ini and add the line
      zend_extension = /usr/local/php/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so
    9. Restart the webserver
    2 安装

    下载文件

    tar -xvzf xdebug-2.3.3.tgz
    cd xdebug-2.3.3
     /usr/local/php/bin/phpize
    ./configure --enable-xdebug  --with-php-config=/usr/local/php/bin/php-config 
    make
    cp modules/xdebug.so /usr/local/php/lib/php/extensions/no-debug-non-zts-20100525

    vim /etc/php.ini

    加入:

    zend_extension = /usr/local/php/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so

    保存退出

    /etc/init.d/php-fpm restart

    然后就可以开始使用xdebug了


















  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值