can't install XDEBUG on windows?

后端 未结 5 1649
轻奢々
轻奢々 2020-12-06 07:26

my php version is PHP Version 5.3.6.

Xdebug setting in php.ini:

[Xdebug]

 zend_extension_ts=\"D:\\php\\ext\\php_xdebug-2.1.2.dll\"
xde         


        
5条回答
  •  既然无缘
    2020-12-06 07:38

    Looks like you just need to download the correct version of xdebug for your version of Windows / PHP. There are VC9 builds here, just select the appropriate one for 32 or 64 bit.

提交回复
热议问题