Start support for compressing entries in the old table with gzdeflate.
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 3 Jan 2004 12:32:32 +0000 (12:32 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 3 Jan 2004 12:32:32 +0000 (12:32 +0000)
commit57d8f4b73798dc078d3b913d39e3bf8af8ea1ac8
tree02cdd82cca0a181e56fcceba6b30a200cdbf0c90
parent204109a89a364becf5ed6f59fbfc37ce397e22b0
Start support for compressing entries in the old table with gzdeflate.
Adds compressOld.php to batch-compress existing entries.
Article::getRevisionText will do decompression on a given row if
necessary (marked by old_flags). Requires zlib.
includes/Article.php
includes/DifferenceEngine.php
includes/SpecialExport.php
includes/SpecialUndelete.php
maintenance/compressOld.inc [new file with mode: 0644]
maintenance/compressOld.php [new file with mode: 0644]