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 resterted 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'm running server 2k3, IIS 6, and using PHP as ISAPI..
Thanks
David
Problem with session directory
Moderator: General Moderators
I have partially found the issue..
Subdir's are using the php.ini file located in the old dir, and the main dir is using the current php.ini file..
Where might those subdir's be getting the information for where to find the php.ini file?
I found this information by running the phpinfo command in both the main, and the subdir's.
Thanks
David
Subdir's are using the php.ini file located in the old dir, and the main dir is using the current php.ini file..
Where might those subdir's be getting the information for where to find the php.ini file?
I found this information by running the phpinfo command in both the main, and the subdir's.
Thanks
David