Windows XP下PHP安裝xdebug擴充套件

2021-06-06 01:01:42 字數 415 閱讀 4448

首先檢視本地php的版本,以及php.ini的位置,然後確定需要安裝的xdebug的版本。我的本地為php5.2.6。windows xp下php一般使用vc6編譯、執行緒安全的版本。

修改php.ini檔案,在檔案的最後增加:

zend_extension_ts="[your php env file path]/ext/php_xdebug.dll"
[your php env file path]改為實際的php環境存放路徑。

如果需要進行除錯php程式可以進行相應的設定。如:

; profile

xdebug.profiler_enable=on

; debug

xdebug.remote_enable=on

windows xp下如何安裝memcached

二 安裝步驟 1 解壓到指定目錄,如 c memcached memcached win32 1.4.4 14。2 用cmd開啟命令視窗,轉到解壓的目錄,輸入 memcached.exe d install 3 開啟控制面板,開啟服務,可以看到memcached已經在上面可,如果沒有啟動,則手動啟動...

mantis在windowsXP下的安裝

參考 xampp中文站 url xampp英文站 url url mantis url 4,瀏覽器 列鍵入http localhost mantis index.php databases的使用者名為root,密碼為空,核取方塊不要勾 勾了就不會在資料庫生成表了 然後install 這樣就可以用ad...

在Windows XP下安裝IIS6

在xp下面預設只能安裝iis5,如果要安裝iis6,需要動一番手腳。首先在執行中輸入 c windows inf sysoc.inf 系統會自動使用記事本開啟sysoc.inf這個檔案。在sysoc.inf中找到 components 這一 段,並繼續找到類似 iis iis.dll,ocentry...