Manual:$wgEnableSerializedMessages

This page is a translated version of the page Manual:$wgEnableSerializedMessages and the translation is 57% complete.
メッセージのキャッシュ: $wgEnableSerializedMessages
Whether serialized versions of the messages arrays will be read from the 'serialized' subdirectory if they are present.
導入されたバージョン:1.14.0
除去されたバージョン:1.16.0
許容される値:(真偽値)
既定値:true

詳細

  • 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.

関連項目