ID: 15168 Updated by: [EMAIL PROTECTED] -Summary: PHP segfaults saving sessions-vars (mm save handler) Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Session related Operating System: SuSE 7.3 /2.4.10 PHP Version: 4.1.1 -Assigned To: +Assigned To: yohgaki New Comment:
Will be fixed soon. Previous Comments: ------------------------------------------------------------------------ [2002-02-02 22:21:52] [EMAIL PROTECTED] Changed summay (Added "mm save handler") ------------------------------------------------------------------------ [2002-01-23 04:38:05] [EMAIL PROTECTED] It's not a solution, but a workaround. You can try user, msession or session_pgsql save handler module. User is compile in by default. --with-msession for msession (And you need lib and daemon for it. Refer to manual) session_pgsql is under PEAR CVS (/pear/PECL). user/msession/session_pgsql works fine for me. (msession/session_pgsql are experimental modules) ------------------------------------------------------------------------ [2002-01-23 02:54:11] [EMAIL PROTECTED] Seems that i get no segfaults with file, but i am loosing some of its data. while $obj->ary(key=>value,key=>value); seems to survive, $obj->ary(key=>ary(key=>value)) seems to leave under certain circumstances. will try to get this into a small example. Regards, Johann-Peter Hartmann ------------------------------------------------------------------------ [2002-01-23 02:21:35] [EMAIL PROTECTED] Yepp, i just gave file a try, and this works. Thanks for your hint. Nevertheless it would be nice to use mm again, someday :-) ------------------------------------------------------------------------ [2002-01-22 17:58:12] [EMAIL PROTECTED] Which save handler are you using? I guess you are using mm save handler, right? I got the same segfault with it. :) ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/15168 -- Edit this bug report at http://bugs.php.net/?id=15168&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php