[cvs] commit: horde/lib/SessionHandler dbm.php mysql.php sql.php
Chuck Hagenbuch
chuck@horde.org
Wed, 2 Oct 2002 08:46:39 -0700 (PDT)
chuck 2002/10/02 08:46:39 PDT
Modified files:
lib/SessionHandler sql.php
Added files:
lib/SessionHandler dbm.php mysql.php
Log:
Add two new SessionHandler implementations:
- a native MySQL implementation, for those looking for speed.
- a DBM files implementation, which probably needs locking, but is nice and simple.
Revision Changes Path
1.1 +89 -0 horde/lib/SessionHandler/dbm.php (new)
1.1 +240 -0 horde/lib/SessionHandler/mysql.php (new)
1.8 +4 -4 horde/lib/SessionHandler/sql.php
Chora Links:
http://cvs.horde.org/co.php/horde/lib/SessionHandler/dbm.php?r=1.1
http://cvs.horde.org/co.php/horde/lib/SessionHandler/mysql.php?r=1.1
http://cvs.horde.org/diff.php/horde/lib/SessionHandler/sql.php?r1=1.7&r2=1.8&ty=u