I am trying to use the feature where you can assign global variables in the index.php file,
eg:
$assign_to_config['global_vars'] = $my_global_vars;(where $my_global_vars is an associative array)
I am finding that the global vars are not being set, and a low level debug reveals that the array passed to the _set_overrides() function is missing the added values.
Cheers!
EE v2.1.3