From 1a4a6b5ff90d0d557ed6ea1a1045f9713c83bbbd Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 5 Jul 2011 17:45:33 -0700 Subject: explicitly close db connections - do not rely on process exit --- boot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index c95e24dc1..5efba4acc 100644 --- a/boot.php +++ b/boot.php @@ -989,6 +989,7 @@ function autoname($len) { if(! function_exists('killme')) { function killme() { session_write_close(); + closedb(); exit; }} -- cgit v1.2.3