Manual:$wgExternalDiffEngine

From MediaWiki.org
Jump to: navigation, search

Other languages:
Deutsch • ‎English • ‎español • ‎français • ‎italiano • ‎日本語 • ‎polski • ‎português • ‎português do Brasil
Miscellaneous settings: $wgExternalDiffEngine
Name of the external diff engine to use.
Introduced in version: 1.6.0 (r12987)
Removed in version: still in use
Allowed values: string or false
Default value: false

Other settings: Alphabetical | By Function

Details[edit | edit source]

Name of the external diff engine to use, or false to use the internal engine.

The possible value are:

  • wikidiff: Use external C++ wikidiff module from the extensions package.
  • wikidiff2: Use external C++ wikidiff2 module from the extensions package.
  • wikidiff3: Use internal PHP wikidiff3 class.
  • other value: Use this value as the command line that generates the diff result.

This setting replaces $wgUseExternalDiffEngine.