Solo tenemos que pegar el fuente de un phpinfo() obtenido de nuestro sistema en http://www.xdebug.org/find-binary.php. En cuanto hagamos clic sobre el botón "Analyse my phpinfo() output" obtendremos las indicaciones.
En mi caso he obtenido lo siguiente:
Summary
Xdebug installed: noServer API: Apache 2.0 Handler
Windows: yes - Compiler: MS VC6 - Architecture: x86
Zend Server: no
PHP Version: 5.3.4
Zend API nr: 220090626
PHP API nr: 20090626
Debug Build: no
Thread Safe Build: yes
Configuration File Path: C:\WINDOWS
Configuration File: C:\PHP\php.ini
Extensions directory: C:\PHP\ext
Instructions
- Download php_xdebug-2.1.0-5.3-vc6.dll
- Move the downloaded file to C:\PHP\ext
- Edit
C:\PHP\php.ini
and add the line
zend_extension = C:\PHP\ext\php_xdebug-2.1.0-5.3-vc6.dll
- Restart the webserver
No hay comentarios:
Publicar un comentario