Re: [PHP-DEV] Improved transparent compressor

2001-01-14 Thread Zeev Suraski
At 20:07 14/1/2001, Jim Studt wrote: >Zeev Suraski wrote... > > I haven't looked into this patch, but can't this be done using the chunked > > output buffering support? A 4KB buffer should be much more efficient than > > compressing each and every separate piece of output... The chunked output >

Re: [PHP-DEV] Improved transparent compressor

2001-01-14 Thread Jim Studt
Zeev Suraski wrote... > I haven't looked into this patch, but can't this be done using the chunked > output buffering support? A 4KB buffer should be much more efficient than > compressing each and every separate piece of output... The chunked output > buffering support made it into 4.0.4, al

Re: [PHP-DEV] Improved transparent compressor

2001-01-13 Thread Zeev Suraski
I haven't looked into this patch, but can't this be done using the chunked output buffering support? A 4KB buffer should be much more efficient than compressing each and every separate piece of output... The chunked output buffering support made it into 4.0.4, although it's untested, and ob_

Re: [PHP-DEV] Improved transparent compressor

2001-01-13 Thread Jim Studt
You might hold off on applying the patch. There is an NT porter fixing up my various NT transgressions. (Mostly related to global variable prepration.) I will repost it after it clears NT. -- Jim Studt, President The Fe

Re: [PHP-DEV] Improved transparent compressor

2001-01-12 Thread Jim Studt
Sean R. Bright points out the painfully obvious... > Check your patch, I think you might have posted a reverse patch. Lots of > "-"s and one or two "+"s. Yep. I botched it. It is a shameful reversed diff patch. Here it is in its unreversed form... -- Jim