diff options
author | alecpl <alec@alec.pl> | 2008-11-21 09:31:30 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-11-21 09:31:30 +0000 |
commit | e86ff9459cdec3744c5fd7ec0b533e54d8066cea (patch) | |
tree | 319ae683b256a681c1a55a809db9552d47c33288 /.htaccess | |
parent | 9b9f2674c83e5f5a1c61d5d89af575cab30fdede (diff) |
#1485571: mbstring.func_overload forbidden
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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|\~)$"> |