Re: [PHP-DEV] patch for ext/session

2002-06-26 Thread Jani Taskinen

On Wed, 26 Jun 2002, Brian France wrote:

Does this fix the problem with configure?

http://bugs.php.net/bug.php?id=17977

yes..

I take it if session is shared then mm is shared as well, right?

It makes the mm module not to be an extension of itself..
which it really isn't, as it's only a module for session.

Short answer: Yes. --with-mm=shared is same as --with-mm

Also will this --enable-session=shared --without-mm still allow 
session to be shared?

Oh..didn't test that one, but yes, it should still allow
it to be shared. (actually..I think that was fixed by Sascha
a while ago in CVS)

--Jani


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




Re: [PHP-DEV] patch for ext/session

2002-06-26 Thread Brian France

Great!

Once the patch is checked in feel free to close the bug report or let 
me know and I will close it.

Thanks!

Brian

At 9:59 PM +0300 6/26/02, Jani Taskinen wrote:
On Wed, 26 Jun 2002, Brian France wrote:

Does this fix the problem with configure?

http://bugs.php.net/bug.php?id=17977

 yes..

I take it if session is shared then mm is shared as well, right?

 It makes the mm module not to be an extension of itself..
 which it really isn't, as it's only a module for session.

 Short answer: Yes. --with-mm=shared is same as --with-mm

Also will this --enable-session=shared --without-mm still allow
session to be shared?

 Oh..didn't test that one, but yes, it should still allow
 it to be shared. (actually..I think that was fixed by Sascha
 a while ago in CVS)

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