summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-11-21 09:31:30 +0000
committeralecpl <alec@alec.pl>2008-11-21 09:31:30 +0000
commite86ff9459cdec3744c5fd7ec0b533e54d8066cea (patch)
tree319ae683b256a681c1a55a809db9552d47c33288 /.htaccess
parent9b9f2674c83e5f5a1c61d5d89af575cab30fdede (diff)
#1485571: mbstring.func_overload forbidden
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess3
1 files changed, 3 insertions, 0 deletions
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
</IfModule>
<FilesMatch "(\.inc|\~)$">