From 59478e06c25303a790a0840ab2ac30662c4ef781 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 5 Aug 2014 16:46:22 +0200 Subject: c'est la merde.. --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index dc6e62f38..345d26dba 100644 --- a/.htaccess +++ b/.htaccess @@ -21,6 +21,9 @@ php_flag session.auto_start Off 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 -- cgit v1.2.3