PHP can be installed in basically two ways: as a standalone binary that is run as a CGI process or as a server module. neither one is more correct than the other, they simply differ in performance/security tradeoffs. if you are simply configuring a Win32 dev setup then what you already have is probably fine. if you must install PHP as a server module then you should read this.