From:             [EMAIL PROTECTED]
Operating system: Redhat 7.2
PHP version:      4.1.2
PHP Bug Type:     PHP options/info functions
Bug description:  ini_set("session.save_handler", "user") causes segmentation fault

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 bug report at http://bugs.php.net/?id=16088&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16088&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16088&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16088&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16088&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16088&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16088&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16088&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16088&r=submittedtwice

Reply via email to