Manual:Rebuildmessages.php

From mediawiki.org
MediaWiki version:
1.12

Details

rebuildmessages.php file is a maintenance script to purge all language messages from the cache.

Introduced in r28789 (MW 1.12 ).

MediaWiki provides $wgMessageCacheType to set cache through MessageCache.php . This script clears this cache.

Options

This script does not accept any options.

Usage

php maintenance/rebuildmessages.php
Terminal

See also