Installing xdebug with PHP 5.5

后端 未结 5 751
野的像风
野的像风 2020-12-14 01:32

I\'ve read quite a lot answers but couldn\'t figure out why xdebug doesn\'t work.

php.ini:

[xdebug]
zend_extension=\"/usr/lib/php5/20090626/xdebug.s         


        
5条回答
  •  無奈伤痛
    2020-12-14 02:34

    I ran into this problem today. Found out that the latest version on download page might actually not work. Download the one under Xdebug 2.3.0, select "PHP 5.5 VC11 TS (32 bit) (MD5: ef4a8994cef26c47ac891d6872e391b3)". It worked for me. I tried ver 2.3.3 and 2.3.2 before which did not work.

提交回复
热议问题