windows+PHP+apache+netbeans6.5安裝配置xdebug~~~
下載相應(yīng)版本:http://pecl4win.php.net/ext.php/php_xdebug.dll放在某個目錄下,例如下面的:
c:/xdebug/php_xdebug-2.0.2-5.2.5.dll
然后在php的配置文件php.ini的末尾加入下面兩行
(注意斜杠的方向啦)
(如果開啟了zend,要關(guān)掉之)
zend_extension_ts="c:/xdebug/php_xdebug-2.0.2-5.2.5.dll"
xdebug.remote_enable=1
posted on 2008-07-21 18:49 Jarod.cn.LuLuLife 閱讀(1297) 評論(2) 編輯 收藏