diff options
author | foobar <sniper@php.net> | 2001-10-27 05:22:19 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-10-27 05:22:19 +0000 |
commit | 609271e651c237e343529f5d3635c3afad2e4f88 (patch) | |
tree | 431d66f2b0700fe037cf68af5f76c0e219eaff85 /php.ini-dist | |
parent | 2890b57e469fa7940eb12245cd2c7bab2f52077a (diff) | |
download | php-git-609271e651c237e343529f5d3635c3afad2e4f88.tar.gz |
- Prevent PHP from starting if output_handler is set and
zlib.output_compression is on
- Added notes to the bundled php.ini files about this.
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index 798b4b25d6..308f56f358 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -97,6 +97,9 @@ output_handler = ; Transparent output compression using the zlib library ; Valid values for this option are 'off', 'on', or a specific buffer size ; to be used for compression (default is 4KB) +; +; Note: output_handler must be empty if this is set 'On' !!!! +; zlib.output_compression = Off ; Implicit flush tells PHP to tell the output layer to flush itself |