wiki.techinc.nl/includes/libs
Derick Alangi 223aeae06d objectcache: Hard deprecate SerializedValueContainer::newUnified()
Introduced in I0667a02612526d8ddfd91d5de48b6faa78bd1ab5 (in 2019)
and used for consistency by default in BagOStuff::set(), even for the
99% of values that don't need segmentation.

The method was removed from use in I830c78a50efd1ba83fbe2aa39c1, due
to the overhead of SerializedValueContainer being undesirable, so there
is no longer a use case for it. If a value doesn't need segmentation,
it shouldn't be wrapped in SerializedValueContainer.

See https://codesearch.wmcloud.org/search/?q=SerializedValueContainer%3A%3AnewUnified&files=&excludeFiles=&repos=

Bug: T344521
Change-Id: Id1c283201cd42c4eabac8ef4d949329959016b18
2023-08-18 21:29:12 +00:00
..
composer
DebugInfo
Diff Update method reference 2023-07-19 12:17:08 +02:00
eventrelayer Namespace EventRelayer and EventRelayerNull 2023-06-11 00:15:46 +02:00
filebackend filebackend: improve SwiftFileBackendList field names and nullity checks 2023-06-23 10:53:23 +10:00
http
iterators
lockmanager MemcLockManager: fix variable overwritten by foreach 2023-03-27 09:34:27 +11:00
Message
mime Merge sequences of if that end doing the same thing anyway 2023-06-16 16:09:42 +02:00
objectcache objectcache: Hard deprecate SerializedValueContainer::newUnified() 2023-08-18 21:29:12 +00:00
ParamValidator Localisation updates from https://translatewiki.net. 2023-07-18 09:31:25 +02:00
rdbms rdbms: Remove ::doReplace() and ::doUpsert() from Database 2023-08-11 00:17:58 +02:00
redis
Stats Fix even more PHPStorm inspections (#3) 2023-03-25 00:30:15 +00:00
uuid uuid: avoid PHP warnings in GlobalIdGenerator::load() 2023-05-11 12:47:46 -07:00
virtualrest virtualrest: Hard deprecate VirtualRESTService & VirtualRESTServiceClient 2023-08-08 02:01:53 +01:00
WRStats WRStats: Round up SequenceSpec::hardExpiry to the nearest integer 2023-07-23 20:38:51 +00:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php
Cookie.php Merge sequences of if that end doing the same thing anyway 2023-06-16 16:09:42 +02:00
CookieJar.php
CryptHKDF.php
Deflate.php
DnsSrvDiscoverer.php
Emptiable.php Reorg: Move Emptiable to libs/ 2023-04-20 18:55:48 +02:00
ExplodeIterator.php
GhostFieldAccessTrait.php
HashRing.php
HtmlArmor.php
HttpStatus.php
jsminplus.php
MapCacheLRU.php objectcache: Add MapCacheLRU::makeKey() and adopt in ChangesList 2023-08-03 17:19:33 +00:00
MappedIterator.php Fix some typos 2023-03-21 15:58:09 +01:00
MemoizedCallable.php
MessageSpecifier.php
MWCryptHash.php
NonSerializableTrait.php
README
ReplacementArray.php
ReverseArrayIterator.php
RiffExtractor.php
StaticArrayWriter.php
StatusValue.php Merge sequences of if that end doing the same thing anyway 2023-06-16 16:09:42 +02:00
StringUtils.php
Timing.php
UDPTransport.php
XhprofData.php

The classes in this directory ./includes/libs are considered standalone
from the remainder of the MediaWiki codebase. They do not call on any other
portions of MediaWiki code, and can be used in other projects without
dependency issues.