wiki.techinc.nl/includes/cache
Bartosz Dziewoński 8e38519e07 LinkBatch: Cast array keys to string when constructing TitleValue
If $dbkey consisted only of numbers (0-9), PHP converts it to an
integer when using it as array key, and then returns it as an integer
when iterating over the array. This is normally fine, but TitleValue
does strict type checking.

Follow-up to 6821167601.

Bug: T136615
Change-Id: I894800c3f5aec0c2d0c23f8adfa1b840495f3b16
2016-06-01 22:12:59 +02:00
..
localisation Fix installer issues introduces by MediaWikiServices 2016-05-17 15:24:31 +00:00
BacklinkCache.php Many more function case mismatches 2016-03-19 00:20:58 +00:00
CacheDependency.php Fix installer issues introduces by MediaWikiServices 2016-05-17 15:24:31 +00:00
CacheHelper.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
FileCacheBase.php Migrate more callers away from $wgMemc 2015-10-26 19:07:12 +00:00
GenderCache.php Make GenderCache use MediaWikiServices 2016-05-07 13:26:26 +01:00
HTMLFileCache.php Language: Introduce new method equals( Language $lang ) 2016-05-16 22:33:33 +00:00
LinkBatch.php LinkBatch: Cast array keys to string when constructing TitleValue 2016-06-01 22:12:59 +02:00
LinkCache.php LinkCache: Don't try looking up NS_SPECIAL 2016-05-26 14:47:45 -07:00
MessageBlobStore.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MessageCache.php Make MessageCache handle lock timeouts better 2016-04-21 13:18:29 +00:00
ObjectFileCache.php Fixed some @params documentation (includes/[cache|objectcache]) 2014-04-19 01:19:46 +02:00
ResourceFileCache.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
UserCache.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00