From e86ff9459cdec3744c5fd7ec0b533e54d8066cea Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 21 Nov 2008 09:31:30 +0000 Subject: #1485571: mbstring.func_overload forbidden --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 9f8d22c46..fcb8f6c8f 100644 --- a/.htaccess +++ b/.htaccess @@ -18,6 +18,9 @@ php_value session.auto_start 0 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