Extension:StackFunctions/Parameters
From MediaWiki.org
The following table explains the parameters which may be customized in LocalSettings.php.
| Parameter | Default | Purpose |
|---|---|---|
| ExtStackFunctions::$mAuthKey | $wgSecretKey | Key used for HMAC generation for serialized objects. |
| ExtStackFunctions::$mCompress | gzdeflate | Compression function used for serialized objects. |
| ExtStackFunctions::$mCompressArg | 9 | Additional argument for compression of serialized objects. |
| ExtStackFunctions::$mDecompress | gzinflate | Decvompression function used when unserializing serialized objects. |
| ExtStackFunctions::$mEnableQuery | false | Enable the query operator. |
| ExtStackFunctions::$mPrologNamespace | NS_PROJECT | Default Namespace for prolog pages. |