Skip to content

Commit

Permalink
Merge pull request #3311 from owncloud/disable_mbstring.func_overload
Browse files Browse the repository at this point in the history
disable mbstring.func_overload in setup v.3
  • Loading branch information
MorrisJobke committed May 12, 2013
2 parents 564f264 + baf0583 commit c5cb3f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,7 @@ private static function createHtaccess() {
$content.= "php_value upload_max_filesize 512M\n";//upload limit
$content.= "php_value post_max_size 512M\n";
$content.= "php_value memory_limit 512M\n";
$content.= "php_value mbstring.func_overload 0\n";
$content.= "<IfModule env_module>\n";
$content.= " SetEnv htaccessWorking true\n";
$content.= "</IfModule>\n";
Expand Down

0 comments on commit c5cb3f9

Please sign in to comment.