ID: 22800 Updated by: [EMAIL PROTECTED] Reported By: bid3k at hotmail dot com -Status: Open +Status: Bogus Bug Type: Session related Operating System: Windows XP PHP Version: 4.3.2RC1 New Comment:
Obviously not any bug in PHP then. And _always_ put any paths in php.ini inside double quotes. Previous Comments: ------------------------------------------------------------------------ [2003-03-22 18:35:28] bid3k at hotmail dot com The problem got fixed when I got a copy of my friend's PHP.ini and modified it for my system. I really don't know what was wrong, but oh well. it works now. ------------------------------------------------------------------------ [2003-03-22 18:17:50] bid3k at hotmail dot com If I use the longfile name then it can't find the files. Just thought I would mention if case you wanted to know it. ------------------------------------------------------------------------ [2003-03-22 18:15:54] bid3k at hotmail dot com they are: session.save_path = C:\WINDOWS\Temp ; argument passed to save_handler extension_dir = C:\Progra~1\PHP\extensions ;<-- this is frelled!!!!!! ------------------------------------------------------------------------ [2003-03-20 17:17:11] [EMAIL PROTECTED] What are the EXACT lines for session.save_path and extension_dir in your php.ini ?? ------------------------------------------------------------------------ [2003-03-20 03:03:00] bid3k at hotmail dot com I recently started messing around with sessions and everything was going fine until I decided to load the gz extension. >From hours of experimenting I found out that when the extention dir is correctly mentioned (c:\progra~1\php\extensions in my case) then my session.save_path is set to /tmp even though the php.ini tells it to use c:\progra~1\php\sessiondata. It also happens in 4.31, I don't know if it happens before that. Now the question is, how can I have both the sessions and the extensions? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22800&edit=1