X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=dc8f1e86e422bb60e223ff2cfe2aa84cd5767151;hb=694fef93eaab44609c35598c1740a098c18c2320;hp=31b0988b696b8905c4de4a05c6121bd6f6fd6435;hpb=d79b19498e1268100943321ad516ad451156e2c8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 31b0988b69..dc8f1e86e4 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2512,21 +2512,11 @@ $wgMainStash = 'db-replicated'; */ $wgParserCacheExpireTime = 86400; -/** - * @deprecated since 1.27, session data is always stored in object cache. - */ -$wgSessionsInObjectCache = true; - /** * The expiry time to use for session storage, in seconds. */ $wgObjectCacheSessionExpiry = 3600; -/** - * @deprecated since 1.27, MediaWiki\Session\SessionManager doesn't use PHP session storage. - */ -$wgSessionHandler = null; - /** * Whether to use PHP session handling ($_SESSION and session_*() functions) * @@ -8964,13 +8954,6 @@ $wgExperiencedUserMemberSince = 30; # days */ $wgInterwikiPrefixDisplayTypes = []; -/** - * Comment table schema migration stage. - * @since 1.30 - * @var int One of the MIGRATION_* constants - */ -$wgCommentTableSchemaMigrationStage = MIGRATION_NEW; - /** * RevisionStore table schema migration stage (content, slots, content_models & slot_roles tables). * Use the SCHEMA_COMPAT_XXX flags. Supported values: