make gzopen() portable by using binary flag
authorAntoine Musso <hashar@users.mediawiki.org>
Wed, 8 Feb 2012 07:03:20 +0000 (07:03 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Wed, 8 Feb 2012 07:03:20 +0000 (07:03 +0000)
commit564919a0d579c6a825cce475cf0a844e78592753
tree3685efe97bff1f72e7f0cc3ee10b7f5db4137e1f
parenta444986c453762e6aaf7c229de7088eb888adb6c
make gzopen() portable by using binary flag

r110871 forgot the 'b' flag which make sure gzopen handle file
content in binary form. That is for portability accross platforms.
includes/cache/FileCacheBase.php