diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-11-21 09:31:30 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-11-21 09:31:30 +0000 |
| commit | 3cf5de438900b3f14ec1a1e0408a8ace39b2cb70 (patch) | |
| tree | 3bb07ad554260290c687cf5ab3d0288fc350a6ef | |
| parent | 2abfd41d6943a063c4858fdcd6268699f6af628b (diff) | |
#1485571: mbstring.func_overload forbidden
git-svn-id: https://svn.roundcube.net/trunk@2073 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/.htaccess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/.htaccess b/roundcubemail/.htaccess index 9f8d22c46..fcb8f6c8f 100644 --- a/roundcubemail/.htaccess +++ b/roundcubemail/.htaccess @@ -18,6 +18,9 @@ php_value session.auto_start 0 php_value session.gc_maxlifetime 21600 php_value session.gc_divisor 500 php_value session.gc_probability 1 + +# http://bugs.php.net/bug.php?id=30766 +php_value mbstring.func_overload 0 </IfModule> <FilesMatch "(\.inc|\~)$"> |
