I just tried enabling superglobals_compat in PHP's midgard2.ini file, and when I query the setting in my script with ini_get('midgard.superglobals_compat'), it returns On. But neither $_MIDGARD nor $_MIDCOM are available. Am I doing somethig wrong or is this a general problem?
I just tried enabling superglobals_compat in PHP's midgard2.ini file, and when I query the setting in my script with
ini_get('midgard.superglobals_compat'), it returnsOn. But neither$_MIDGARDnor$_MIDCOMare available. Am I doing somethig wrong or is this a general problem?