Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'RELEASE_1_3b6'.RELEASE_1_3b6 | SVN Migration | 2004-01-26 | 1 | -197/+0 |
| | |||||
* | Whoops... Ilia forgot a ')' | John Coggeshall | 2004-01-13 | 1 | -1/+1 |
| | |||||
* | Fixed a bug that would cause the sqlite session database to grow endlessly. | Ilia Alshanetsky | 2004-01-12 | 1 | -1/+9 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | funny fixes | Marcus Boerger | 2003-07-02 | 1 | -3/+3 |
| | |||||
* | further improve the performance and clean up | Sterling Hughes | 2003-07-02 | 1 | -4/+7 |
| | |||||
* | not necessary, already assumed binary safe (it has to be under the current | Sterling Hughes | 2003-07-02 | 1 | -35/+0 |
| | | | | | session architecture), and anything else is fair play | ||||
* | ws fix | Sterling Hughes | 2003-07-02 | 1 | -1/+1 |
| | |||||
* | set synching to off | Sterling Hughes | 2003-07-02 | 1 | -19/+22 |
| | | | | | cleanup some silly code | ||||
* | no c++ style comments | Sterling Hughes | 2003-07-02 | 1 | -1/+0 |
| | |||||
* | make this actually work. | Sterling Hughes | 2003-07-02 | 1 | -6/+9 |
| | |||||
* | Fix warnings and allow builds without ext/session | Marcus Boerger | 2003-07-01 | 1 | -2/+5 |
| | |||||
* | WS | Wez Furlong | 2003-07-01 | 1 | -10/+10 |
| | |||||
* | Add sqlite session handler. | Wez Furlong | 2003-07-01 | 1 | -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 |