не могу установить XDEBUG на windows?

моя версия php - PHP Version 5.3.6.

Настройка Xdebug в 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

я установил PHP 5.3 VC6 (32 bit)/ PHP 5.3 VC9 (32 bit). они оба не работают.

при наборе "php --ini" в cmd . он показывает: enter image description here

8
задан quickshiftin 30 December 2011 в 01:12
поделиться