ID:               16088
 Updated by:       [EMAIL PROTECTED]
-Summary:          ini_set("session.save_handler", "user") causes
                   segmentation fault
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Duplicate
 Bug Type:         PHP options/info functions
 Operating System: Redhat 7.2
 PHP Version:      4.1.2


Previous Comments:
------------------------------------------------------------------------

[2002-03-14 20:48:19] [EMAIL PROTECTED]

Further experimentations seems to show that the conflict is actually
having session auto start enabled, and having save_handler set to user

------------------------------------------------------------------------

[2002-03-14 19:22:35] [EMAIL PROTECTED]

In my php.ini file I have "session.save_handler = files" for
compatibility reasons (so the other sites on my box will run). 

I am developing a site that needs to store sessions in a mysql DB. I
have the session handler running fine when the php.ini file says
session.save_handler = user, but when I try to set it at runtime using
ini_set("session.save_handler", "user"), the child process dies:

 'child pid 2167 exit signal Segmentation fault (11)'.




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16088&edit=1

Reply via email to