Bonjour,

J'aimerai installer la lib xdebug sur mon wamp2.0. J'ai essayer toutes les dll sur le site mais sans succès. Avez vous une idée?
Voici mes conf:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
Os: Windows XP (SP3)
Wamp: 2.0
Php: 5.2.6
Apache: 2.0.63
Voici mon php.ini (Apache2):

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
zend_extension_ts='C:\wamp\bin\php\php5.2.6\ext\php_xdebug-2.0.2-5.2.5.dll'
 
[xdebug]
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart=1
Le contenu du fichier apache_error.log:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
 
[Wed Feb 05 13:50:16 2014] [notice] Apache/2.0.63 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Wed Feb 05 13:50:16 2014] [notice] Server built: Jan 17 2008 22:58:29
[Wed Feb 05 13:50:16 2014] [notice] Parent: Created child process 1592
Failed loading 'C:\wamp\bin\php\php5.2.6\ext\php_xdebug-2.0.2-5.2.5.dll'
[Wed Feb 05 13:50:16 2014] [notice] Child 1592: Child process is running
[Wed Feb 05 13:50:16 2014] [notice] Child 1592: Acquired the start mutex.
[Wed Feb 05 13:50:16 2014] [notice] Child 1592: Starting 250 worker threads.

Par avance, je vous remercie de votre retour

Cordialement