Manual:$wgEnableSerializedMessages
This feature was 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 |
Details
edit- 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.