From f39a9d083502d3e71f6226c61f3230b56b3711ba Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 21 Feb 2005 08:04:51 +0000 Subject: [PATCH] checking for the session extension --- setup/check_install.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup/check_install.php b/setup/check_install.php index ed0a0c7dca..79855b8546 100644 --- a/setup/check_install.php +++ b/setup/check_install.php @@ -132,6 +132,10 @@ 'func' => 'extension_check', 'warning' => '
' . lang('The imap extension is needed by the two email apps (even if you use email with pop3 as protocoll).') . '
' ), + 'session' => array( + 'func' => 'extension_check', + 'warning' => '
' . lang('The session extension is needed to use php4 session (db-sessions work without).') . "
" + ), '.' => array( 'func' => 'permission_check', 'is_world_writable' => False,