mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Merge pull request #3311 from owncloud/disable_mbstring.func_overload
disable mbstring.func_overload in setup v.3
This commit is contained in:
commit
c5cb3f9577
1 changed files with 1 additions and 0 deletions
|
|
@ -811,6 +811,7 @@ class OC_Setup {
|
|||
$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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue