Re: [PHP-INST] Problems with mm shared memory session handler on Linux 2.2.19

2002-01-09 Thread Yasuo Ohgaki
I guess it is fixed in CVS. http://snaps.php.net/ Submit bug report if problem is still there. Make sure it's not reported already ;) The reason why you get compile problem is you are not deleting files. Do make distclean; ./configure ; make Rick Morris wrote: > Hi, > > I keep getting segfaul

[PHP-INST] Problems with mm shared memory session handler on Linux 2.2.19

2002-01-07 Thread Rick Morris
Hi, I keep getting segfaults, such as: [Mon Jan 7 10:02:15 2002] [notice] child pid 20400 exit signal Segmentation fault (11) This happens whenever I set session.save_handler to mm in php.ini The platform: Linux kernel 2.2.19 on a Rackspace server (Gigahertz athlon, 1 GB RAM) Apache 1.3.19 P