Feature #1185

PHP compression activation

Added by Pierre POMES over 2 years ago. Updated about 1 year ago.

Status:New Start date:
Priority:Normal Due date:
Assignee:Pierre POMES % 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)

Also available in: Atom PDF