PHP头条
热点:

php配置xdebug失败,无法调试


phpxdebug配置端口

按照网上教程配置PHP的xdebug,但是在phpinfo中不显示,PHP和xdebug版本都正确,PHP是5.6线程版,端口也不冲突,但是我用的是win10系统,难道xdebug不支持win10吗
[Xdebug]
zend_extension="D:\phptools\php5.6\ext\php_xdebug.dll"
xdebug.remote_enable = On
xdebug.remote_handler = dbgp
xdebug.remote_host= localhost
xdebug.remote_port = 9745
xdebug.idekey = PHPSTORM

www.phpzy.comtrue/php/1343.htmlTechArticlephp配置xdebug失败,无法调试 phpxdebug配置端口 按照网上教程配置PHP的xdebug,但是在phpinfo中不显示,PHP和xdebug版本都正确,PHP是5.6线程版,端口也不冲突,但是我用的是win10系统,难道x...

相关文章

相关频道:

PHP之友评论

今天推荐