wiki.techinc.nl/includes/libs
Umherirrender 723318ef91 http: Handle accept header with incomplete q
When q is not followed by =, the array has not enough items and
unpacking results in undefined array key. Also $val is set to null,
resulting in php deprecation warning on trim()

Bug: T391867
Change-Id: Ia5d4c9b6fb788ad4390d2562c6f38682f280a634
(cherry picked from commit cda46ed9f0c31280a8db59a2f0387e64e6308906)
2025-04-23 23:16:22 +00:00
..
composer
DebugInfo
Diff
eventrelayer
filebackend filebackend: Avoid passing null to FileBackend::normalizeContainerPath 2025-04-10 21:54:42 +00:00
http http: Handle accept header with incomplete q 2025-04-23 23:16:22 +00:00
iterators
lockmanager objectcache: Move RedisConnRef.php to /libs/objectcache/ 2024-11-07 08:40:54 +00:00
Message Message: Downgrade exception on bool/null param to warning 2024-11-02 12:18:56 +00:00
mime MimeAnalyzer: detect magic number for gltf binary 2025-01-09 14:57:11 +00:00
objectcache objectcache: Remove docs about RedisConnectionPool configurable size 2024-11-07 08:43:27 +00:00
ParamValidator Localisation updates from https://translatewiki.net. 2025-04-01 07:32:43 +02:00
rdbms Merge "rdbms: clear replica snapshots in (begin|commit|rollback)PrimaryChanges()" 2024-10-22 15:25:44 +00:00
Stats Use explicit nullable type on parameter arguments 2024-10-16 20:58:33 +02:00
telemetry Introduce minimal OTEL tracing library 2024-10-09 15:55:31 +02:00
uuid GlobalIdGenerator: Update str_getcsv() call for PHP 8.4 2024-10-29 15:17:13 +00:00
WRStats RateLimiter: Fix peek mode 2025-03-01 15:51:16 +00:00
ArrayUtils.php
Cookie.php
CookieJar.php
Deflate.php
DnsSrvDiscoverer.php
Emptiable.php
ExplodeIterator.php
GhostFieldAccessTrait.php
HashRing.php
HtmlArmor.php
HttpStatus.php
MapCacheLRU.php
MappedIterator.php
MemoizedCallable.php
MWCryptHash.php
NonSerializableTrait.php
README
ReplacementArray.php
ReverseArrayIterator.php
RiffExtractor.php
StaticArrayWriter.php
StatusValue.php Make Message and MessageValue compatible 2024-10-19 15:00:07 +02:00
StringUtils.php
Timing.php
UDPTransport.php
UnpackFailedException.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.