I just tried ext/shmop, and without even using it, the fact that it is 
compiled in to php causes it to segfault on every request.

Here's my ./configure line

./configure --with-mysql=/usr --with-pgsql --enable-ftp --with-ldap 
--with-gmp --disable-pear --enable-shmop --enable-apc 
--with-apache=/usr/local/src/apache_1.3.24 --enable-track-vars 
--with-msession

I tried it with 4.1.2, and since that didn't work, I tried 4.2.1RC1, with 
the same result.  I'm also using mod_ssl, if that matters.

Do you need a backtrace of it?  If so, how do I do that?

Markus Fischer wrote:

>     Hi,
> 
>     I think what you want can (and should) be done with shared
>     memory, ext/shmop . This way you exchange values as you want
>     (it's not tied to sessions in anyway, btw).
> 
>     - Markus
> 
> On Sat, May 04, 2002 at 11:08:52AM +0200, Michael Virnstein wrote :
>> Hi!
>> 
>> What really would be useful for the session module,
>> is a grouping mechanism for sessions, so i can set up
>> variable scopes and share variables among different
>> session:
>> every session has private variables. that's the way it
>> works now. i can register a variable to a session
>> and there's no way to share them with other sessions
>> with the standard php features. but what if i could set
>> up session groups, each with a own set of local variables.
>> i could register my session to the desired groups, and
>> gain access to their local variables. I could set up as many
>> session groups as I want to. This would be the most flexible
>> solution imo.
>> 
>> Regards Michael
>> 
>> 
>> 
>> --
>> PHP Development Mailing List <http://www.php.net/>
>> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to