Hej
Har haft en hel del problem med att få php att funka under IIS6. Nu har jag löst det och vet hur man gör, tänkte bara dela med mig hur jag löste det.
Jag installerade den fil jag befogat såhär:
MSCOMCTL.OCX
This is an ActiveX component used by most software. This control is present in most Windows Operating Systems, and this error indicates that it either needs to be updated, is corrupted, or missing. After downloading follow these instructions.1. For Windows 95/98/ME copy the file "MSCOMCTL.OCX" into your \Windows\System folder. For Windows NT/2000/XP copy the file "MSCOMCTL.OCX" into your \Windows\System32 folder.
2. click on START button in the Task bar
3. click on Run...
4. Type in the Textbox: Regsvr32.exe MSCOMCTL.OCX
5. Click OK
The library file or active X component is now installed and registered in your Windows system
Efter det kunde jag enkelt installera php med install-filen från php.net. Jag har inte provat med zip-paketet men det bör fungera där med. Ett bra ställe om man får problem är http://www.iis-resources.com/ :)