Hi newby here getting started with EasyPhp and Exclise (Galileo).
OS: WinXP Pro (up to date with all the daily patches :) )
Downloaded and installed EasyPhp 5.3.2i, modified the php.ini file to contain the following lines at the bottom of the ini file.
xdebug.remote_enable=1
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
zend_extension_ts="C:\Program Files\EasyPHP-5.3.2i\php\ext\php_xdebug-2.1.0RC1-5.3-vc6.dll"
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).
xdebug.remote_enable=1
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
zend_extension_ts="C:\Program Files\EasyPHP-5.2.10\php\ext\php_xdebug-2.1.0RC1-5.2-vc6.dll"
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.
Thanks in advance to anyone who responds.
Dave