sábado, 19 de marzo de 2011

Instalación de Xdebug

Para instalar Xdebug (http://www.xdebug.org/) lo mejor es dejar que su propia Web nos indique qué fichero es el adecuado para nuestra configuración y cómo instalarlo.

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: no
Server 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

  1. Download php_xdebug-2.1.0-5.3-vc6.dll
  2. Move the downloaded file to C:\PHP\ext
  3. Edit C:\PHP\php.ini and add the line
    zend_extension = C:\PHP\ext\php_xdebug-2.1.0-5.3-vc6.dll
  4. Restart the webserver

No hay comentarios:

Publicar un comentario