Re: [Phplib-users] phplib for php4 release? (fwd)
Brought to you by:
nhruby,
richardarcher
From: Giancarlo <gia...@na...> - 2002-09-23 10:43:58
|
Il 03:42, luned=EC 23 settembre 2002, Dr Tarique Sani ha scritto: > On Sun, 22 Sep 2002, Joe Stewart wrote: > > Hello, since no one else chimed in, I'll keep the discussion going... > > Well it was a weekend so I let it pass. > > Once we have a release ready I will put the necessary changes in the do= cs. > > Now the question is who will bell the release? > > I mean bell the cat and make the release? > I wrote the register function. This evening I'll add the is_registered,=20 unregister (and what else?). I'd like to notice that freeze() could be used for some less canonical us= es,=20 as e.g I use it for saving the state of the session before cloning it int= o a=20 new, different type, one. In general freeze() could be used to take a snapshot, at anytime, on the = db,=20 of the actual session, and I am afraid that cannot happen, as actually wi= th=20 php4 this is not writing anything on disk, and there is no possibility to= =20 restart a session or do similar things. So these 'expert usages' of freeze (can you think of other ones?) are=20 probably not doing the same job as they used to do with phplib own sessio= n=20 mngmnt. Gian=20 |