這個問題在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.