Merge pull request #3296 from owncloud/disable_mbstring.func_overload

disable mbstring.func_overload
This commit is contained in:
Morris Jobke 2013-05-11 02:01:19 -07:00
commit ea88e295d3
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ ErrorDocument 404 /core/templates/404.php
php_value upload_max_filesize 513M
php_value post_max_size 513M
php_value memory_limit 512M
php_value mbstring.func_overload 0
<IfModule env_module>
SetEnv htaccessWorking true
</IfModule>