PHP & IIS6

Soldato
Joined
13 Feb 2003
Posts
4,353
Location
Over the Moon
Having a bit of a problem at the mo, on Friday I did an upgrade to my server moving PHP up to 5.2.10 from 5.1.0 (for various reasons).

Anyway, since the move the temp files are no longer being automatically removed and I can't seem to work out why.

Environment variables are set
Permissions on the temp folder are set
Correct ini is being loaded
Exactly the same config is being used in the ini for temp files
Correct ISAPI filter is in use

Is there anything else i'm missing?

Any help is appreciated. Cheers :)
 
Ok, i Have re-installed PHP, and my client wont open the PHP test page, it tries to down load it, that means that it has not installed correctly, yet I have used the installer. d o i need to do anything in IIS, as there is nothing in IIS to tell it qhat to do with a PH script ???

Totally lost, and trying to find some helpful info to get PHP working :(
 
well i just checked the php site and it says the installer configures IIS for you?? but it would seem this hasn't worked correctly so i'd check out the manual installation guide on the php website.
 
got it the 5.3.0 release does not configure PHP in IIS, the 5.2.6 does, and it is now working - what a nightmare.

cheers for your assistance so far. Might keep this trhead busy for a while if you dont mind.
 
Last edited:
5.3.0 has stopped using the isapi filter and you need to use fastcgi. Which was a suprise when I tried to upgrade to it....

I'd also recommend if you're installing php on IIS to do it manually rather than the install, you learn what it does and how to fix it. There's plenty of guides out there, http://www.iis-aid.com/ is a good site, and there is also: http://www.iis.net/getstarted
 
Last edited:
Back
Top Bottom