ne pouvez pas installer XDEBUG sur windows?

ma version de php est la Version de PHP 5.3.6.

Xdebug réglage en php.ini:

[Xdebug]

 zend_extension_ts="D:\php\ext\php_xdebug-2.1.2.dll"
xdebug.remote_enable=1

;IP
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.auto_trace = On
xdebug.show_exception_trace = On
xdebug.remote_autostart = On
xdebug.collect_vars = On
xdebug.collect_return = On
xdebug.collect_params = On

j'ai installé PHP 5.3 VC6 (32 bits)/PHP 5.3 VC9 (32 bits). ils sont tous les deux échoué.

lorsqu'il est saisi "php --ini" sur cmd . il montre:
ne pouvez pas installer XDEBUG sur windows?

OriginalL'auteur enjoylife | 2011-12-30