From 685b4ae56fe7da703f3dd8e7de692ec08b34ff7c Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 21 Nov 2008 09:48:50 +0000 Subject: - add mbstring.func_overload check git-svn-id: https://svn.roundcube.net/trunk@2074 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/installer/check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/installer/check.php b/roundcubemail/installer/check.php index 4d095d171..4c34dd6de 100644 --- a/roundcubemail/installer/check.php +++ b/roundcubemail/installer/check.php @@ -15,7 +15,7 @@ $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); + 'zend.ze1_compatibility_mode' => 0, 'mbstring.func_overload' => 0); $source_urls = array( 'Sockets' => 'http://www.php.net/manual/en/ref.sockets.php', -- cgit v1.2.3