Manual:$wgEnableSerializedMessages
From MediaWiki.org
|
|
This feature has been deprecated and should not be used with current versions of MediaWiki. This feature was deprecated (or possibly removed completely) in version 1.16.0. |
| Message Cache: $wgEnableSerializedMessages | |
|---|---|
| Whether serialized versions of the messages arrays will be read from the 'serialized' subdirectory if they are present. |
|
| Introduced in version: | 1.14.0 |
| Removed in version: | 1.16.0 |
| Allowed values: | boolean |
| Default value: | true |
Other settings: Alphabetical | By Function
[edit] Details
- If true, serialized versions of the messages arrays will be read from the 'serialized' subdirectory if they are present.
- Set to false to always use the Messages files, regardless of whether they are up to date or not.