added php_flag 'suhosin.session.encrypt' and 'mbstring.func_overload'
these are required for custom php configuration for roundcube webmail
This commit is contained in:
@@ -74,7 +74,9 @@ class phpinterface_fpm {
|
||||
'session.use_cookies',
|
||||
'short_open_tag',
|
||||
'track_errors',
|
||||
'xmlrpc_errors'
|
||||
'xmlrpc_errors',
|
||||
'suhosin.session.encrypt',
|
||||
'mbstring.func_overload'
|
||||
),
|
||||
'php_admin_value' => array(
|
||||
'cgi.redirect_status_env',
|
||||
|
||||
Reference in New Issue
Block a user