From 4e9c7b3c07c021163c503a5f230a8d076a3dd9fc Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 14 May 2009 10:51:03 +0000 Subject: - suhosin.session.encrypt breaks Session handling (#1485846) git-svn-id: https://svn.roundcube.net/trunk@2478 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/installer/check.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'roundcubemail/installer/check.php') diff --git a/roundcubemail/installer/check.php b/roundcubemail/installer/check.php index 4c34dd6de..848131e51 100644 --- a/roundcubemail/installer/check.php +++ b/roundcubemail/installer/check.php @@ -15,7 +15,8 @@ $supported_dbs = array('MySQL' => 'mysql', 'MySQLi' => 'mysqli', 'PostgreSQL' => 'pgsql', 'SQLite (v2)' => 'sqlite'); $ini_checks = array('file_uploads' => 1, 'session.auto_start' => 0, - 'zend.ze1_compatibility_mode' => 0, 'mbstring.func_overload' => 0); + 'zend.ze1_compatibility_mode' => 0, 'mbstring.func_overload' => 0, + 'suhosin.session.encrypt' => 0); $source_urls = array( 'Sockets' => 'http://www.php.net/manual/en/ref.sockets.php', -- cgit v1.2.3