我試圖在我的xampp
上運行php 5.4.4
上安裝xdebug,花了幾個小時後,仍然無法安裝它!無法在php 5.4.4上安裝Xdebug
這是我在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"
任何人都可以發現任何錯誤?
感謝
實際的問題是什麼?任何錯誤消息? – arkascha
xdebug二進制文件必須與您的PHP二進制文件兼容(相同的編譯器,相同位數)。服務器啓動時檢查你的apache錯誤日誌中的消息。 – Jon
@arkascha在使用Netsbean進行調試時,錯誤消息是:xbebug未安裝或未正確配置 –