When the native PHP extension is available this flag default to OFF, which means that nusoap * will not used. The native extension has the advantage of being faster, more memory efficient and * maintained to work with recent versions on PHP. When the extension is not available * MantisBT falls back to using nusoap.

*/ $g_mc_use_nusoap = extension_loaded('soap') && defined('SOAP_USE_XSI_ARRAY_TYPE') ? OFF : ON;