我的PHP版本是PHP版本5.3.6
。無法在Windows上安裝XDEBUG?
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位)/ PHP 5.3 VC9(32位)。他們都失敗了。
在cmd上鍵入「php --ini」。它顯示:
嗯..這很有趣...我需要php_xdebug-2.1.4-5.4-vc9.dll,但這並不存在> _> – Matthias 2012-04-12 11:50:14
@Derick感謝發貼。這也解決了我的問題,以及... – 2016-06-01 07:40:36
人們,不要因爲鏈接過時並重定向到其他地方而感到灰心。目標頁面仍然會幫助您選擇正確的版本。 – 2017-08-04 14:57:27