RE: [PHP-DEV] Session patch for ID created by handler

2002-04-09 Thread MÃ¥rten Gustafsson
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 29, 2002 3:17 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [PHP-DEV] Session patch for ID created by handler > > > So have we discussed this enou

Re: [PHP-DEV] Session patch for ID created by handler

2002-03-29 Thread Stefan Esser
+ 3.14159 Stefan -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Session patch for ID created by handler

2002-03-29 Thread brad lafountain
--- [EMAIL PROTECTED] wrote: > On Fri, 29 Mar 2002 [EMAIL PROTECTED] wrote: > > > So have we discussed this enough, can I just apply it and be done with it? > > +1 +1 /* Brad */ __ Do You Yahoo!? Yahoo! Greetings - send holiday greetings for

Re: [PHP-DEV] Session patch for ID created by handler

2002-03-29 Thread derick
On Fri, 29 Mar 2002 [EMAIL PROTECTED] wrote: > So have we discussed this enough, can I just apply it and be done with it? +1 Derick --- PHP: Scripting the Web - [EMAIL PROTECTED] All your branche

[PHP-DEV] Session patch for ID created by handler

2002-03-29 Thread mlwmohawk
So have we discussed this enough, can I just apply it and be done with it? -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] session patch, if no one objects, I will apply

2002-03-26 Thread mlwmohawk
I posted a patch to session a couple days, an only got one reply of "looks good." The patch is intended to help session handler writers. It allows them to intercept PHPSESSID creation, and optionally replace it with their own value. The session handlers which will benefit right away sho

Re: [PHP-DEV] Session patch for ID created by handler

2002-03-25 Thread Derick Rethans
Mark, On Sun, 24 Mar 2002 [EMAIL PROTECTED] wrote: > I am submitting a patch that will enable a session handler to override the > default session id creation routine. Looks ok to me! regards, Derick - PHP: Scripting

[PHP-DEV] Session patch for ID created by handler

2002-03-24 Thread mlwmohawk
I am submitting a patch that will enable a session handler to override the default session id creation routine. This will help extensions like srm and msession. It adds a new member to the ps_module structure and defines a default if it is not overridden. session.c is also changed in that the

Re: [PHP-DEV] Session Patch

2002-03-20 Thread Walter A. Boring IV
> > The patch provides: > > configure option "--enable-app-session", which turns on the new > > functions. > > > > session_get_list() : function which returns an array of > > active > > session ids. > > session_get_data() : function which returns the session data array of a > >

Re: [PHP-DEV] Session Patch

2002-03-20 Thread Ulf Wendel
Walter A. Boring IV wrote: > The patch provides: > configure option "--enable-app-session", which turns on the new > functions. > > session_get_list() : function which returns an array of > active > session ids. > session_get_data() : function which returns the session data arra

[PHP-DEV] Session Patch

2002-03-19 Thread Walter A. Boring IV
Howdy, I have created a patch against the latest CVS to add a couple new functions to the session extension. They enable some new features that would be useful for folks building Applications with PHP. I currently need the abilities that these functions enable. By default These new functions