xdebug not loading. not found in phpinfo() after apache restart

后端 未结 3 497
刺人心
刺人心 2021-02-04 22:05

I\'ve been scouring every resource I could find, but came up empty. I get the dreaded \"Waiting for Connection\" message in NetBeans 6.9 when I start a debug session. After much

3条回答
  •  不思量自难忘°
    2021-02-04 22:47

    I just started working with xdebug myself due to problems with PHP 5.3.1. I had used PECL per instructions a couple weeks ago but it looks like phpize is the new black. I looked over the new instructions (generated from my phpinfo()) @ http://xdebug.org/find-binary.php

    this is of note:

    Run: phpize
    
    As part of its output it should show:
    
    Configuring for:
    PHP Api Version:         20090626
    ...
    Zend Extension Api No:   220090626
    If it does not, you are using the wrong phpize. Please follow this FAQ entry and skip the next step.
    

    2 things:

    1. have you checked that phpize is up to date?

    2. if that doesnt work try these instructions: http://xdebug.org/docs/install

提交回复
热议问题