Content handlers and storage: $wgCompressRevisions | |
---|---|
Compress new page revisions if possible |
|
Introduced in version: | 1.2.0 |
Removed in version: | still in use |
Allowed values: | (boolean) |
Default value: | false |
Other settings: Alphabetical | By function |
Details
If this is set on, all future revisions will be compressed on page save, but only if zlib support is available and enabled in PHP.
We can also compress text in the old revisions; for this, use the script compressOld.php
located in directory /maintenance/storage. Any compressed revisions will be decompressed on load regardless of this setting but will not be readable at all if zlib support is not available.Note
Once you enable $wgCompressRevisions
, the compressed texts will no longer be searchable/replaceable via SQL scripts.
Extensions which require such scripts may not work properly.
Using the compressOld.php$wgCompressRevisions
may avoid this problem.
Affected extensions
- Extension:Replace Text
- Extension:SphinxSearch
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.