]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/DbSession.php
Allow bold, italics or underlined for numbers
[SourceForge/phpwiki.git] / lib / DbSession.php
2012-12-04 vargenauUse smart quotes
2012-10-06 vargenauReformat code
2012-10-01 vargenauWhitespace only
2012-09-28 vargenauphp_closing_tag [PSR-2] The closing ?> tag MUST be...
2011-03-05 vargenauNo tabs
2011-03-03 vargenauRemove rcs_id
2010-05-31 vargenauLet's assume PHP >= 4.2
2010-05-19 vargenaurcs_id no longer makes sense with Subversion global...
2009-03-31 vargenauRemove history
2008-08-22 vargenauActivated Id substitution for Subversion
2005-08-07 rurbanreformatting
2005-08-07 rurbandba simplification: no _backend in the subclass
2005-02-27 rurbanfix for php4 and case-sensitive filesystems
2005-02-11 rurbanseperate DbSession classes: less memory, a bit slower
2005-02-05 rurbansupport USE_SAFE_DBSESSION if duplicate sid (INSERT...
2005-02-01 rurbantypo, detected by Charles Corrigan
2005-01-30 rurbanclarify affected rows problem
2005-01-08 rurbanPrevent from Overlarge session data crash
2004-12-18 rurbanfix DbSession_dba::currentSessions: no unserialize
2004-12-06 rurbanminor optimization
2004-11-27 rurbansimpified regex search architecture:
2004-11-21 rurbanremove final \n to be ob_cache independent
2004-11-01 rurbanseperate PassUser methods into seperate dir (memory...
2004-07-01 rurbandesc only
2004-07-01 rurbanfixed another DbSession crash: wrong WikiGroup vars
2004-06-28 rurbanwhoisonline fix
2004-06-02 rurbanfix duplicate session id error
2004-06-01 rurbanAdminUser only ADMIN_USER not member of Administrators
2004-05-27 rurbanrenamed DB_Session to DbSession (in CVS also)
2004-05-07 rurbanPHP < 4.1.2 crash on dba sessions at session_write_close().
2004-05-03 rurbanImprove db_session write stability: mysql_affected_rows...
2004-05-02 rurbanlimit user session data (HomePageHandle and auth_dbi...
2004-04-29 rurbanfixed dba session reading
2004-04-26 rurbanlocking table specific for better databases
2004-04-19 rurbanPrevent from some PHP5 warnings (ref args, no :: object...
2004-04-18 rurbanmore numeric pagename fixes.
2004-04-06 rurbanCleanup of special PageList column types
2004-04-02 rurbanfixed a nasty ADODB_mysql session update bug
2004-03-10 rurbanDB_session adodb support
2004-02-28 rurbangenerally more PHPDOC docs
2004-02-26 rurbannew WhoIsOnline plugin: session explorer (postnuke...
2004-02-26 rurbanstart with backend type DB_Session's, for ADODB and...
2003-03-04 dairikiFix and cleanup lib/DB_Session.php.
2002-09-12 rurbanfixed DB_Session
2002-09-09 rurbanadded DB_Session support if PearDB is used.