|
From: <var...@us...> - 2021-07-30 16:23:08
|
Revision: 10408
http://sourceforge.net/p/phpwiki/code/10408
Author: vargenau
Date: 2021-07-30 16:23:06 +0000 (Fri, 30 Jul 2021)
Log Message:
-----------
config/config-dist.ini: mysqli_pconnect does not exist
Modified Paths:
--------------
trunk/config/config-dist.ini
Modified: trunk/config/config-dist.ini
===================================================================
--- trunk/config/config-dist.ini 2021-07-30 14:16:22 UTC (rev 10407)
+++ trunk/config/config-dist.ini 2021-07-30 16:23:06 UTC (rev 10408)
@@ -428,7 +428,7 @@
;
DATABASE_DSN = "mysqli://guest@unix(/var/lib/mysql/mysql.sock)/test"
-; Keep persistent connections: (mysqli_pconnect, ...)
+; Keep persistent connections:
; 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.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|