|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-03-14 19:22 UTC] jfrumar at yahoo dot com
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)'.
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 12:00:01 2025 UTC |
Every day i get latest php-snapshot and httpd2-snapshot, compile its, but this error does not fixed. At runtime using ini_set("session.save_handler", "user") yet 'child pid 53732 exit signal Segmentation fault (11)'. Sorry for bad english...