diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-11-21 09:48:50 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-11-21 09:48:50 +0000 |
| commit | 685b4ae56fe7da703f3dd8e7de692ec08b34ff7c (patch) | |
| tree | 72b6cad1d851c5590c39e7d8e62c8922addd0fdd /roundcubemail | |
| parent | 3cf5de438900b3f14ec1a1e0408a8ace39b2cb70 (diff) | |
- add mbstring.func_overload check
git-svn-id: https://svn.roundcube.net/trunk@2074 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/installer/check.php | 2 |
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', |
