這個問題在PHP郵件清單中出現的次數太多了。你需要安裝最新的Windows版的PHP。你也許會想到你自己去編譯PHP3,但我認為對於一般的開發目的,這不需要。PHP也有遍布全世界的鏡像網站(中國似乎沒有)。選擇一個鏡像,找到下載地區,選擇"Source code and Windows distribution",下載"Windows Binary"。你只須要將當下來的檔案Unzip(WinZip就挺好的)到你喜歡的目錄中,如C:\PHP4B3.我推薦用版本號碼作為目錄名,這樣將來你試用更新版本時,無須刪掉老的版本。
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
; if you wish to have an extension loaded automaticly, use the
; following syntax: extension=modulename.extension
; for example, on windows,
; extension=msql.dll ; or under UNIX,
; extension=msql.so
; Note that it should be the name of the module only,
; no directory information needs to go here.
; Specify the location of the extension with the
; extension_dir directive above.
接下來幾行被注釋的,如
如果你啟動並執行Windows NT系統,你可能要將Apache作為系統的服務進程來運行。點擊"開始"按鈕,選擇"程式","Apache Web Server","Insfall Apache as Service"。這樣,你可以通過NT的控制面版中的"服務"程式來管理Apache的啟動和終止。除非有特殊的理由,我建議你將"Apache Service"的運行方式改為"手動":開啟控制面版,選擇"服務"表徵圖,找到"Apache Service",再點擊"運行",將運行方式設為"手動"。不過這樣,當你要運行Apache時,必須親自去啟動它,雖然如此,在NT關閉時,Apache也會自動關閉,你不會看到任何Apache的視窗。
如果你未能看到這條訊息或Apache視窗稍縱即逝,你就必須從Dos視窗以命令列的方式啟動Apache。換到你安裝Apache的目錄,鍵入"Apache",看看顯示了什麼訊息。如果是"parse error in the conf file",問題可能出在你的httpd.conf上。檢查一下,並修正錯誤。