ID: 16088 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Duplicate +Status: Closed Bug Type: Session related Operating System: Redhat 7.2 PHP Version: 4.1.2 New Comment:
Please try the latest CVS snapshot from http://snaps.php.net/ and reopen if it sill crashes. 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
