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
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