EasyPHP
EN FR
>download >components >modules >blog >forum >faq >screenshots >introduction

For Windows Vista/Seven issues, please read the FAQ or leave a detailed message
-->

Failed loading C:\Program Files\EasyPHP-5.3.2i\php\ext\php_xdebug.dll



Posted by: Nikos
June 21, 2010 11:45PM
Hi, I keep getting this error:

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"

Posted by: csam
June 28, 2010 03:51AM
salut
essaie

Posted by: Thierry
July 13, 2010 03:27PM
your php xdebug ext probably does not match actual PHP api.

Download latest one or refer to php_xdebug support.