disable mbstring.func_overload

This commit is contained in:
Thomas Tanghus 2013-05-10 02:13:59 +03:00
parent c112ac4408
commit 78559c0863
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>