From e86ff9459cdec3744c5fd7ec0b533e54d8066cea Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 21 Nov 2008 04:31:30 -0500 Subject: [PATCH] #1485571: mbstring.func_overload forbidden --- .htaccess | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.htaccess b/.htaccess index 9f8d22c..fcb8f6c 100644 --- a/.htaccess +++ b/.htaccess @@ -18,6 +18,9 @@ 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 </IfModule> <FilesMatch "(\.inc|\~)$"> -- Gitblit v1.9.1