|
CVS: phpwiki/config config-dist.ini,1.38,1.39: msg#00191web.wiki.phpwiki.checkins
Update of /cvsroot/phpwiki/phpwiki/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32029 Modified Files: config-dist.ini Log Message: explain about persistent Index: config-dist.ini =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/config/config-dist.ini,v retrieving revision 1.38 retrieving revision 1.39 diff -u -2 -b -p -d -r1.38 -r1.39 --- config-dist.ini 25 Jan 2005 06:47:04 -0000 1.38 +++ config-dist.ini 30 Jan 2005 21:47:18 -0000 1.39 @@ -199,11 +199,11 @@ MINOR_EDIT_TIMEOUT = 604800 ; By default PhpWiki will try to have PHP compress its output -; before sending it to the browser (if you have a recent enough -; version of PHP and the browser supports it.) +; before sending it to the browser, if you have a recent enough +; version of PHP and the browser and action supports it. ; Define COMPRESS_OUTPUT to false to prevent output compression. ; Define COMPRESS_OUTPUT to true to force output compression, ; even if we think your version of PHP does this in a buggy ; fashion. -; Leave it undefined to leave the choice up to PhpWiki. +; Leave it undefined to leave the choice up to PhpWiki. (Recommended) ; ; WARNING: Compressing the output has been reported to cause problems @@ -287,5 +287,5 @@ COOKIE_EXPIRATION_DAYS = 365 ; dba: use one of the standard UNIX dbm libraries. (fastest) ; file: use a flat file database. (easiest) -; cvs: use a CVS server to store everything. (not recommended) +; cvs: use a CVS server to store everything. (experimental, not recommended) DATABASE_TYPE = dba @@ -304,5 +304,5 @@ DATABASE_TYPE = dba ; The most general form of a DSN looks like: ; -; dbtype(dbsyntax)://username:password@protocol+hostspec/database +; dbtype(dbsyntax)://username:password@protocol+hostspec/database?option=value&option2=value2 ; ; For a MySQL database, the following should work: @@ -321,4 +321,5 @@ DATABASE_DSN = "mysql://guest@unix(/var/ ; Recommended is false for bigger servers, and true for small servers ; with not so many connections. postgresql: Please leave it false. Default: false +; Should really be set as database option in the DSN above. DATABASE_PERSISTENT = false ------------------------------------------------------- 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/lib stdlib.php,1.230,1.231: 00191, Reini Urban |
|---|---|
| Next by Date: | CVS: phpwiki/lib CachedMarkup.php,1.33,1.34: 00191, Reini Urban |
| Previous by Thread: | CVS: phpwiki/lib stdlib.php,1.230,1.231i: 00191, Reini Urban |
| Next by Thread: | CVS: phpwiki/lib CachedMarkup.php,1.33,1.34: 00191, Reini Urban |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |