Se tiene que cargar
libpq.dll que viene con php, agregar en httpd.conf :LoadFile "c:/wamp/bin/php/php5.x.x/libpq.dll"
libpq.dll que viene con php, agregar en httpd.conf :LoadFile "c:/wamp/bin/php/php5.x.x/libpq.dll"
xdebug.remote_enable=On
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
Xdebug es una extensión para PHP, distribuida bajo The PHP License 3, que proporciona un soporte muy completo para la depuración de nuestros scripts. Enumerando sus características principales:
zend_extension="/usr/lib/php5/200+lfs /xdebug.so"sudo /etc/init.d/apache2 restart
with Xdebug v2.0.5, Copyright (c) 2002-2008, by Derick Rethans.