[PHP-DEV] Re: Moving session gc to RSHUTDOWN.

2001-12-19 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Yasuo Ohgaki wrote: > >> I forgot to mention about pg_modules. >> Currently I use #ifdef #endif for entry, but there should be >> better way, isn't there? > > > > Found it. It should be in MINIT :) > I blindly copy MINIT lines from mm module and it just didn't work. I

[PHP-DEV] Re: Moving session gc to RSHUTDOWN.

2001-12-19 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > I forgot to mention about pg_modules. > Currently I use #ifdef #endif for entry, but there should be > better way, isn't there? Found it. It should be in MINIT :) -- Yasuo Ohgaki -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROT

[PHP-DEV] Re: Moving session gc to RSHUTDOWN.

2001-12-19 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Derick Rethans wrote: > >> Hello Yasuo, >> >> On Wed, 19 Dec 2001, Yasuo Ohgaki wrote: >> >> >>> Does anyone object if I move gc call to >>> RSHUTDOWN? >>> >>> Current session module does gc after read anyway. >>> I suppose there will be no BC. >>> >> >> Suppose is not enou

[PHP-DEV] Re: Moving session gc to RSHUTDOWN.

2001-12-19 Thread Yasuo Ohgaki
Derick Rethans wrote: > Hello Yasuo, > > On Wed, 19 Dec 2001, Yasuo Ohgaki wrote: > > >>Does anyone object if I move gc call to >>RSHUTDOWN? >> >>Current session module does gc after read anyway. >>I suppose there will be no BC. >> > > Suppose is not enough here :) IMO, you should be very cer

[PHP-DEV] Re: Moving session gc to RSHUTDOWN.

2001-12-19 Thread Derick Rethans
Hello Yasuo, On Wed, 19 Dec 2001, Yasuo Ohgaki wrote: > Does anyone object if I move gc call to > RSHUTDOWN? > > Current session module does gc after read anyway. > I suppose there will be no BC. Suppose is not enough here :) IMO, you should be very certain that it does not break any BC, and th