add session gc vars to configurable values
session.gc_divisor and session.gc_probability are needed e.g. for Horde to work correctly
This commit is contained in:
@@ -73,7 +73,9 @@ class phpinterface_fpm {
|
|||||||
'post_max_size',
|
'post_max_size',
|
||||||
'variables_order',
|
'variables_order',
|
||||||
'gpc_order',
|
'gpc_order',
|
||||||
'date.timezone'
|
'date.timezone',
|
||||||
|
'session.gc_divisor',
|
||||||
|
'session.gc_probability'
|
||||||
),
|
),
|
||||||
'php_admin_flag' => array(
|
'php_admin_flag' => array(
|
||||||
'allow_call_time_pass_reference',
|
'allow_call_time_pass_reference',
|
||||||
|
|||||||
Reference in New Issue
Block a user