mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
"upps, .htaccess seems not to allow to use php_admin_value, which is required for newer php to set mbstring.func_overload (leaving the old php_value)"
This commit is contained in:
parent
c819f15dbc
commit
a7462214e6
@ -24,4 +24,4 @@ php_flag session.use_trans_sid Off
|
|||||||
php_value session.gc_probability 1
|
php_value session.gc_probability 1
|
||||||
php_value session.gc_divisor 10
|
php_value session.gc_divisor 10
|
||||||
# multibyte extension: needed for utf-8
|
# multibyte extension: needed for utf-8
|
||||||
php_admin_value mbstring.func_overload 7
|
php_value mbstring.func_overload 7
|
||||||
|
Loading…
Reference in New Issue
Block a user