Author: richard.kreckel
Description:
Beginning with 1.18.0, there is a file called includes/WikiPages.php in which class WikiPage's public function getContributors() assembles a SQL query using the FIRST() function. That function is not known by SQLite! Programs using this will fail on MediaWiki installations based on SQLite. E.g. DumpHTML fails due to this.
Version: 1.18.x
Severity: normal