xampp
実行中の に xdebug をインストールしようとしましたが、php 5.4.4
何時間も費やした後でも、インストールできませんでした。
これがphp.iniの私の設定です
zend_extension = "Z:\xampp\php\ext\php_xdebug-2.2.1-5.4-vc9-x86_64.dll"
xdebug.remote_mode = "req"
xdebug.remote_enable=1
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
xdebug.profiler_enable=1
xdebug.profiler_output_dir="Z:\xampp\tmp"
誰でも間違いを見つけることができますか?
ありがとう