简体   繁体   English

XDebug 在 Windows 10 64 位 PHP 5.6.10 上出现问题

[英]XDebug something wrong on Windows 10 64 bit PHP 5.6.10

I've followed this tutorial from this link , and when I check php version, I've got this error for this below.我已经从这个链接中学习了这个教程,当我检查 php 版本时,我在下面遇到了这个错误。

I have updated php from 5.5.12 to 5.6.10.我已将 php 从 5.5.12 更新到 5.6.10。

 c:\\wamp\\bin\\php\\php5.6.10>php -v Failed loading c:/wamp/bin/php/php5.6.10/zend_ext/php_xdebug-2.2.5-5.5-vc11-x86_64.dll PHP 5.6.10 (cli) (built: Jun 10 2015 15:58:39) Copyright (c) 1997-2015 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies

I was getting the same error.我遇到了同样的错误。 I would suggest check the xdebug Extension required for your configuration.我建议检查您的配置所需的 xdebug 扩展。 Paste your phpinfo() in将您的 phpinfo() 粘贴到

https://xdebug.org/wizard.php https://xdebug.org/wizard.php

make sure you Ctrl-A and Ctrl-C so that all the configuration can be analyzed, that analysis would provide you summary and instruction on which xdebug version you need to use and what files you need to change.Then restart the webserver and after that run php -v确保按 Ctrl-A 和 Ctrl-C 以便可以分析所有配置,该分析将为您提供有关需要使用的 xdebug 版本以及需要更改的文件的摘要和说明。然后重新启动网络服务器,然后运行 php -v

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM