summaryrefslogtreecommitdiff
path: root/roundcubemail/installer/check.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-11-21 09:48:50 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-11-21 09:48:50 +0000
commit685b4ae56fe7da703f3dd8e7de692ec08b34ff7c (patch)
tree72b6cad1d851c5590c39e7d8e62c8922addd0fdd /roundcubemail/installer/check.php
parent3cf5de438900b3f14ec1a1e0408a8ace39b2cb70 (diff)
- add mbstring.func_overload check
git-svn-id: https://svn.roundcube.net/trunk@2074 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/check.php')
-rw-r--r--roundcubemail/installer/check.php2
1 files changed, 1 insertions, 1 deletions
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',