Re: [PHP-DEV] [PATCH] SQLite session storage

2003-07-01 Thread John Coggeshall
On Tue, 2003-07-01 at 06:29, Wez Furlong wrote: > Hey John, > > Mail me the patch and I'll look at integrating it into the sqlite extension > itself; as Derick says, it is probably the best place for it. http://www.coggeshall.org/php/mod_sqlite.tar.gz I missed rolling the mini-patch I had for s

Re: [PHP-DEV] [PATCH] SQLite session storage

2003-07-01 Thread Sascha Schumann
On Tue, 1 Jul 2003, Derick Rethans wrote: > On Tue, 1 Jul 2003, Sascha Schumann wrote: > > > On Sat, 28 Jun 2003, John Coggeshall wrote: > > > > > Since SQLite will be bundled in the future, I sat down and got > > > acquainted with it by writing a module for the session extension which > > > allow

Re: [PHP-DEV] [PATCH] SQLite session storage

2003-07-01 Thread Wez Furlong
L PROTECTED]> Cc: "John Coggeshall" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 01, 2003 11:27 AM Subject: Re: [PHP-DEV] [PATCH] SQLite session storage > On Tue, 1 Jul 2003, Sascha Schumann wrote: > > > On Sat, 28 Jun 2003, John Coggeshall wrote: &

Re: [PHP-DEV] [PATCH] SQLite session storage

2003-07-01 Thread Derick Rethans
On Tue, 1 Jul 2003, Sascha Schumann wrote: > On Sat, 28 Jun 2003, John Coggeshall wrote: > > > Since SQLite will be bundled in the future, I sat down and got > > acquainted with it by writing a module for the session extension which > > allows users to store their session data in a SQLite databas

Re: [PHP-DEV] [PATCH] SQLite session storage

2003-07-01 Thread Sascha Schumann
On Sat, 28 Jun 2003, John Coggeshall wrote: > Since SQLite will be bundled in the future, I sat down and got > acquainted with it by writing a module for the session extension which > allows users to store their session data in a SQLite database*. > > To use, just apply the patch to session.c (whi

[PHP-DEV] [PATCH] SQLite session storage

2003-07-01 Thread John Coggeshall
Since SQLite will be bundled in the future, I sat down and got acquainted with it by writing a module for the session extension which allows users to store their session data in a SQLite database*. To use, just apply the patch to session.c (which adds the reference to the new module and adds the