[cvs] commit: horde/config conf.php.dist horde/lib/SessionHandler dbm.php mysql.php oci8.php pgsql.php sapdb.php sql.php

Michael M Slusarz slusarz at bigworm.colorado.edu
Mon May 19 10:49:13 PDT 2003


slusarz     2003/05/19 10:49:13 PDT

  Modified files:
    config               conf.php.dist 
    lib/SessionHandler   dbm.php mysql.php oci8.php pgsql.php 
                         sapdb.php sql.php 
  Log:
  DB session handlers should NOT use persistent connections by default - this
  seems to be the cause of many session handling problems.
  The generic SQL driver now calls DB::connect with the second parameter as
  an array (the old way of passing in a boolean is now deprecated).
  Some documentation improvements.
  
  Revision  Changes    Path
  1.43      +4 -2      horde/config/conf.php.dist
  1.5       +4 -2      horde/lib/SessionHandler/dbm.php
  1.10      +15 -11    horde/lib/SessionHandler/mysql.php
  1.2       +14 -12    horde/lib/SessionHandler/oci8.php
  1.5       +14 -11    horde/lib/SessionHandler/pgsql.php
  1.9       +8 -8      horde/lib/SessionHandler/sapdb.php
  1.11      +27 -16    horde/lib/SessionHandler/sql.php

  Chora Links:
  http://cvs.horde.org/diff.php/horde/config/conf.php.dist?r1=1.42&r2=1.43&ty=u
  http://cvs.horde.org/diff.php/horde/lib/SessionHandler/dbm.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/horde/lib/SessionHandler/mysql.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/horde/lib/SessionHandler/oci8.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/lib/SessionHandler/pgsql.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/horde/lib/SessionHandler/sapdb.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/horde/lib/SessionHandler/sql.php?r1=1.10&r2=1.11&ty=u


More information about the cvs mailing list