Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Issue two php's running?

Status
Not open for further replies.

dwessell

Programmer
Jan 26, 2006
114
US
Hi,

I had installed php 5.xx.. However, due to some compatibility issues, I had to drop back to php 4.xx.. I noticed there was an installer for it, and gave it a whirl.. Unfortunately it didn't work out to well, so I went with a manual install.. It worked well, except for..

PHP keeps trying to use c:\php4 (The dir that the installer made) as the session.savepath.. In my php.ini I have session.savepath set to c:\temp.

I've restarted and recycled the Application Pool. But to no avail.

Where else might the information be captured? I've searched through the registry, but can't find anything...

I've also noticed that the main dir is using php as CGI, but the sub dir's are using it as ISAPI (Which is what it is set to in the application configuration of the site.. So it's almost as if I have two different sesssions of PHP running, bot of the same version...

Thanks
David
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top