X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=fc1985662bbab2cb843d7b95abdd0d3529dd91b6;hb=93cd933c16756158b603ffc623e71542a9f5a562;hp=a6a0c75b548c3c31edd8a4edbf92bf2ab29d1e3b;hpb=7a84c29895a58f492f02c0be3432b4418f01c6e2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a6a0c75b54..fc1985662b 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -535,12 +535,6 @@ $wgUseInstantCommons = false; */ $wgForeignUploadTargets = array(); -/** - * Cross-wiki upload A/B test configuration. - */ -$wgForeignUploadTestEnabled = false; -$wgForeignUploadTestDefault = 1; - /** * File backend structure configuration. * @@ -2301,7 +2295,11 @@ $wgSessionHandler = null; /** * Whether to use PHP session handling ($_SESSION and session_*() functions) - * @var string 'enable', 'warn', or 'disable' + * @since 1.27 + * @var string + * - 'enable': Integrate with PHP's session handling as much as possible. + * - 'warn': Integrate but log warnings if anything changes $_SESSION. + * - 'disable': Throw exceptions if PHP session handling is used. */ $wgPHPSessionHandling = 'enable';