summaryrefslogtreecommitdiff
path: root/ext/sqlite/sess_sqlite.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_1_3b6'.RELEASE_1_3b6SVN Migration2004-01-261-197/+0
|
* Whoops... Ilia forgot a ')'John Coggeshall2004-01-131-1/+1
|
* Fixed a bug that would cause the sqlite session database to grow endlessly.Ilia Alshanetsky2004-01-121-1/+9
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* funny fixesMarcus Boerger2003-07-021-3/+3
|
* further improve the performance and clean upSterling Hughes2003-07-021-4/+7
|
* not necessary, already assumed binary safe (it has to be under the currentSterling Hughes2003-07-021-35/+0
| | | | | session architecture), and anything else is fair play
* ws fixSterling Hughes2003-07-021-1/+1
|
* set synching to offSterling Hughes2003-07-021-19/+22
| | | | | cleanup some silly code
* no c++ style commentsSterling Hughes2003-07-021-1/+0
|
* make this actually work.Sterling Hughes2003-07-021-6/+9
|
* Fix warnings and allow builds without ext/sessionMarcus Boerger2003-07-011-2/+5
|
* WSWez Furlong2003-07-011-10/+10
|
* Add sqlite session handler.Wez Furlong2003-07-011-0/+213
Modified (quite a bit!) patch from John Coggeshall. It compiles, but it otherwise untested. session.save_path == path to actual database file for the session. eg: session.save_path=/tmp/mysite-session.db