|
CVS: phpwiki/config config-default.ini,1.27,1.28 config-dist.ini,1.37,1.38: msg#00157web.wiki.phpwiki.checkins
Update of /cvsroot/phpwiki/phpwiki/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26769/config Modified Files: config-default.ini config-dist.ini Log Message: added DATABASE_PERSISTENT, though it really should be done by using a correct dsn: database?options=val&... Index: config-default.ini =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/config/config-default.ini,v retrieving revision 1.27 retrieving revision 1.28 diff -u -2 -b -p -d -r1.27 -r1.28 --- config-default.ini 20 Jan 2005 09:49:25 -0000 1.27 +++ config-default.ini 25 Jan 2005 06:47:04 -0000 1.28 @@ -41,4 +41,5 @@ DATABASE_DIRECTORY = /tmp DATABASE_DBA_HANDLER = gdbm DATABASE_TIMEOUT = 20 +DATABASE_PERSISTENT = false ; let all revisions be stored Index: config-dist.ini =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/config/config-dist.ini,v retrieving revision 1.37 retrieving revision 1.38 diff -u -2 -b -p -d -r1.37 -r1.38 --- config-dist.ini 20 Jan 2005 09:49:25 -0000 1.37 +++ config-dist.ini 25 Jan 2005 06:47:04 -0000 1.38 @@ -318,4 +318,9 @@ DATABASE_TYPE = dba DATABASE_DSN = "mysql://guest@unix(/var/lib/mysql/mysql.sock)/test" +; Keep persistent connections: (mysql_pconnect, ...) +; Recommended is false for bigger servers, and true for small servers +; with not so many connections. postgresql: Please leave it false. Default: false +DATABASE_PERSISTENT = false + ; A table to store session information. Only needed by SQL backends. ; ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS: phpwiki/themes/Crao/templates body.tmpl,1.4,1.5: 00157, Reini Urban |
|---|---|
| Next by Date: | CVS: phpwiki/lib/plugin RecentChanges.php,1.104,1.105 RelatedChanges.php,1.4,1.5: 00157, Joel Uckelman |
| Previous by Thread: | CVS: phpwiki/themes/Crao/templates body.tmpl,1.4,1.5i: 00157, Reini Urban |
| Next by Thread: | CVS: phpwiki/lib/plugin RecentChanges.php,1.104,1.105 RelatedChanges.php,1.4,1.5: 00157, Joel Uckelman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |