summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-01-10 14:50:54 +0100
committerAndrey Andreev <narf@devilix.net>2014-01-10 14:50:54 +0100
commit155ee7231c0ef72dc362c7d6423b2e4600024d3c (patch)
treea3d585cd4e224eba87bbaaa95317dd17b1f44ef0 /application
parenta0a73c977ce25911f56948d89de817b3ca83adcb (diff)
Compress output before storing it to cache, if output compression is enabled
Based on PR #964
Diffstat (limited to 'application')
-rw-r--r--application/config/config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/application/config/config.php b/application/config/config.php
index cd2ca479b..c46839330 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -381,6 +381,9 @@ $config['csrf_exclude_uris'] = array();
| Even if it does, however, not all browsers support compression
| so enable only if you are reasonably sure your visitors can handle it.
|
+| Only used if zlib.output_compression is turned off in your php.ini.
+| Please do not use it together with httpd-level output compression.
+|
| VERY IMPORTANT: If you are getting a blank page when compression is enabled it
| means you are prematurely outputting something to your browser. It could
| even be a line of whitespace at the end of one of your scripts. For