Feature #1185
PHP compression activation
| Status: | New | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | Web Interface | |||
| Target version: | - | |||
| Affected version: | 2.0 | Affected Architecture: |
Description
Need to reactivate PHP compression:
- turn on zlib.output_compression in php.ini.
- make sure all generated downloads are using the "Content-length" header (IE has some troubles in https without this header)
- for each download, use something like :
if (ini_get('zlib.output_compression')) {
ini_set('zlib.output_compression','Off');
}
History
#1
Updated by Chris Buechler about 1 year ago
- Target version deleted (
2.1)