Re: [PHP] pages compressed with zlib

2002-04-11 Thread Jeff Bearer
It will only send compressed pages to browsers that support it so that's not a problem. Pro's are that pages load much faster. especially if your HTML output is big, images are already compressed so they stay the same. cons are minor, since the page is gzipped when loading on a browser it doesn'

[PHP] pages compressed with zlib

2002-04-11 Thread Levy Alves Carneiro Jr.
Hello, inside php.ini file there's a special configuration: ; 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) zlib.output_compression = On this way pages will be parsed