ID: 12657
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Old Bug Type: Apache related
Bug Type: *Configuration Issues
Operating System: win2000
PHP Version: 4.0.6
New Comment:
Your php.ini file you are editing isn't read by PHP.
So it's obviously in wrong place. Not a bug.
Previous Comments:
------------------------------------------------------------------------
[2001-08-08 13:05:09] [EMAIL PROTECTED]
I had to run PHP as DLL rather than EXE because I need to override php.ini settings by
using .htaccess
As an EXE it works properly, but when run as apache DLL I face session problems.
Although I change session.save_path in php.ini to "c:\\apache\\php\\tmp" (also tried
"c:\apache\php\tmp") PHP tries to save cookies to /tmp , and for sure it cannot.
I did a session.save_handler = mm in php.ini, but PHP still tried to save the cookie
to /tmp.
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=12657&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]