Failed loading C:\Program Files\EasyPHP-5.3.2i\php\ext\php_xdebug.dll
ex
[Mon Jun 21 22:53:34 2010] [notice] Child 4016: All worker threads have exited.
[Mon Jun 21 22:53:34 2010] [notice] Child 4016: Child process is exiting
[Mon Jun 21 22:53:38 2010] [notice] Apache/2.2.15 (Win32) PHP/5.3.2 configured -- resuming normal operations
[Mon Jun 21 22:53:38 2010] [notice] Server built: Mar 4 2010 11:27:46
[Mon Jun 21 22:53:38 2010] [notice] Parent: Created child process 4524
I added this to by php.ini
[XDebug]
; Only Zend OR (!) XDebug
zend_extension="C:\Program Files\EasyPHP-5.3.2i\php\ext\php_xdebug.dll"
xdebug.remote_enable=true
xdebug.remote_host=localhost
xdebug.remote_port=10000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir="C:\Users\Nikos\Desktop\xdebuglog"