From e64fe07c472c9ddf38b9da2271c7bc26c5473008 Mon Sep 17 00:00:00 2001
From: till <till@php.net>
Date: Sat, 08 Sep 2007 19:10:42 -0400
Subject: [PATCH] # ERRATA r783 : of course persistant connections are disabled by default now + extended the comment (alibi) in regard to persistant connections

---
 config/db.inc.php.dist |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist
index 70632a7..63fa458 100644
--- a/config/db.inc.php.dist
+++ b/config/db.inc.php.dist
@@ -33,6 +33,8 @@
 $rcmail_config['db_max_length'] = 512000;  // 500K
 
 // use persistent db-connections
+// beware this will not "always" work as expected
+// see: http://www.php.net/manual/en/features.persistent-connections.php
 $rcmail_config['db_persistent'] = FALSE;
 
 

--
Gitblit v1.9.1