Restarted apache, checked the error log, no errors to speak of pertaining to XDebug, but when I run php.exe -m xdebug is not listed under the [Zend Modules].
I was wondering if anyone else has had the same issue or if there is some rooking mistake I am making that is obvious to someone out there.
NOTE: I did back up an install the EasyPhp 5.2.10 installation package and then modified the php.ini file to have the following entries at the bottom of the ini file and it did work. I did check to make sure the php version and xdebug version matched (or at least they appear to match on both of my attempts to get xdebug working).
Any ideas on what I am doing wrong with the 5.3.2i package please let me know I'd would appreciate it or if it isn't supposed to yet work do to version incompatability then that would make sense as well.
Je n'arrive pas à utiliser le logiciel. en fait il demarre très rarement sur mon poste. La formule portable est elle vraiment téléchargeable. Je l'ai essayé mais ne peut charger
I just tried to install Xdebug on Easyphp/Windows Vista also, it is recognized as a php extension but not a a zend one, so it looks to work partially. The errors are not displayed the same in my code but the problem, I cant use it with netbeans... The connection does not work even with the correct config.
My ini :
zend_extension="E:\EasyPHP\php\ext\php_xdebug-2.1.0-5.3-vc6.dll"
xdebug.remote_enable=true
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
I auto answer myself cause I found the solution. :)
PHP (in console mode) does not use the ini file that is in the apache folder, you just need to duplicate this one and put it in the php folder et and it will work perfectly. :)