简体   繁体   中英

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.

I have updated php from 5.5.12 to 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. Paste your phpinfo() in

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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