On Sun, February 10, 2008 7:45 am, Jakub wrote: > is it possible to make something like "gzipped echo"?. > My idea was: > $gzOut = gzopen('php://output','w'); > but it fails with an error: <b>Warning</b>: gzopen(php://output) [<a > href='function.gzopen'>function.gzopen</a>]: could not make seekable - > php://output > > That script generates a large text file to download, so I thought I > can > gzip it somehow to make the downloads faster. The buffered way (to > load > all the output to some $buffer and then echo gzencode($buffer,6);) > consumes too much memory. > Can anyone help me with this? Shove a bezoar down his throat and be done with it. Oh, wait, wrong list... Configure Apache to use gzip and be done with it. :-) -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php