wiki.techinc.nl/includes/libs
Ammarpad 0a4cd7c671 Restore use of func_get_args() in getCacheSetOptions()
The documentation says this can be used "for several DBs" but
because there are only two real paramaters and the gotcha  explained
at I7d4804a, I unintentionally limited it to work for "only two"
databases while fixing a different issue.

I am not sure wether there are callers calling with 5, 10 or 20
database objects, but PHP will never raise any warning even if
there are, the remaining args will just be silently discarded.

This restores the behavior so it can work "for several DBs", as
it used to.

Follow-up: I7d4804a715063d95827fcec6d14a3ae059b234c3
Change-Id: Id837e813cda19b86dcd14ec36b520f8465e5855d
2021-01-04 07:47:14 +00:00
..
composer composer.json: add requirement for composer-plugin-api ^1.1 2020-11-11 00:54:31 +00:00
eventrelayer
filebackend build: Updating mediawiki/mediawiki-phan-config to 0.10.5 2020-12-12 14:42:25 +01:00
http build: Updating mediawiki/mediawiki-phan-config to 0.10.5 2020-12-12 14:42:25 +01:00
iterators
lockmanager
Message
mime build: Updating mediawiki/mediawiki-phan-config to 0.10.5 2020-12-12 14:42:25 +01:00
objectcache MemcachedClient: Cast Resource to integer 2020-12-15 12:43:16 +00:00
ParamValidator Localisation updates from https://translatewiki.net. 2021-01-04 08:41:16 +01:00
rdbms Restore use of func_get_args() in getCacheSetOptions() 2021-01-04 07:47:14 +00:00
redis
stats Add @method for type in BufferingStatsdDataFactory::produceStatsdData 2020-11-27 23:29:22 +00:00
uuid [GlobalIdGeneratorTest] Run teardown on same instance as the tests 2020-11-04 00:47:36 +00:00
virtualrest build: Updating mediawiki/mediawiki-phan-config to 0.10.5 2020-12-12 14:42:25 +01:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php
Cookie.php
CookieJar.php
CryptHKDF.php
CSSMin.php resourceloader: Fix malformed "https:/w/resources" mapping in CSSMin 2020-11-25 00:38:53 +00:00
DeferredStringifier.php
Deflate.php
DnsSrvDiscoverer.php
ExplodeIterator.php Improve class property documentation 2020-10-30 10:38:58 +01:00
GenericArrayObject.php
GhostFieldAccessTrait.php Forward-compat for merging CacheTime and ParserOutput mOptions 2020-11-10 07:09:41 -07:00
HashRing.php
HtmlArmor.php
HttpStatus.php
JavaScriptMinifier.php
jsminplus.php
MapCacheLRU.php Remove ProcessCacheLRU, deprecated and unused. 2020-10-20 12:49:05 -07:00
MappedIterator.php
MemoizedCallable.php
MessageSpecifier.php
MWCryptHash.php
NonSerializableTrait.php Introduce and apply NonSerializableTrait 2020-09-28 21:55:49 +02:00
README
ReplacementArray.php
ReverseArrayIterator.php build: Updating mediawiki/mediawiki-codesniffer to 34.0.0 2020-12-07 14:55:24 +01:00
RiffExtractor.php
StaticArrayWriter.php
StatusValue.php
StringUtils.php
Timing.php
UDPTransport.php
Xhprof.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.