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 database*.
> >
> > To use, just apply the patch to session.c (which adds the reference to
> > the new module and adds the mod_sqlite.c to config.m4) and compile.. To
> > use it set session.save_handler = sqlite.
> 
>     Sounds fine in principle.  Where is the patch?

Wouldn't it be much nicer to put this in the sqlite extension instead 
because people may turn sqlite support off? php_register_session_module 
should be used here IMO.

Derick

-- 
"Interpreting what the GPL actually means is a job best left to those
                    that read the future by examining animal entrails."
-------------------------------------------------------------------------
 Derick Rethans                                 http://derickrethans.nl/ 
 International PHP Magazine                          http://php-mag.net/
-------------------------------------------------------------------------


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

Reply via email to