[PHP] Automatic Output Buffering Compression level with ob_gzhandler

2001-04-03 Thread Steven Roussey
Hi, Is there a way to set the compression level for the automatic compression output buffering with ob_gzhandler? Both gzcompress() and gzdeflate() have an optional compression level. We would like to use the highest setting by default. Sincerely, Steven Roussey Network54.com

Re: [PHP] Automatic Output Buffering Compression level with ob_gzhandler

2001-04-03 Thread Christian Reiniger
On Tuesday 03 April 2001 19:34, you wrote: Hi, Is there a way to set the compression level for the automatic compression output buffering with ob_gzhandler? Both gzcompress() and gzdeflate() have an optional compression level. We would like to use the highest setting by default. Don't