logo       

CVS: phpwiki/config config-dist.ini,1.38,1.39: msg#00191

web.wiki.phpwiki.checkins

Subject: CVS: phpwiki/config config-dist.ini,1.38,1.39

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>
Google Custom Search

News | FAQ | advertise