I've followed this tutorial from this link enter link description here, and when I check php version, I've got this error for this bellow. Please help me for this. just information. I updating 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
</div>
I was getting the same error. I would suggest check the xdebug Extension required for your configuration. Paste your phpinfo() in
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