I try to config XDebug on PHP. I download the XDebug DLL from http://xdebug.org/. I tried every possible version, and edit the php.ini as it suggested, but when I use phpinfo()
to see the xdebug info I get nothing at all. Any ideas?
My environment is PHP 5.4 + Apache2.2 + Windows 7.
First, follow these instructions on the xDebug site to install the module correctly (Which I think you've done!.. Use the wizard!! ). (http://xdebug.org/wizard.php)
When you run
phpinfo()
, you should see the following (If installed correctly):Then, you will need to add the following to your
php.ini
.Remember: After making any changes to
php.ini
you must restart your apache server.