News Feed
Jobs Feed
Sections




News Archive
Mike's Blog:
PECL HTTP module - A nasty bug and a new example
December 07, 2005 @ 07:58:43

From Mike's blog today, he has this post that looks at the PECL::HTTP extension and a "nasty bug" he's fixed.

I just fixed a nasty bug which caused GZIP encoded files (speak tgz etc.) to be decoded. While it'll just eat some memory on a 200 response (besides that the body is not what one would expect), it'll eat all memory on 206 (partial content) responses because the part is fed through zlib. I'll just need to revisit the HTTP RFC to check if checking for the "Vary" response header is the best bet before I drop the new release.

Also included in the post is an example script covering how one can download large files with the same, corrected extension...

0 comments voice your opinion now!
PECL HTTP nasty bug PECL HTTP nasty bug


blog comments powered by Disqus

Similar Posts

Community News: Latest PECL Releases for 10.23.2007

Community News: Latest PECL Releases for 10.30.2007

PHPit.net: Creating a \"Who\'s Online\" script with PHP

Christopher Jones' Blog: PECL OCI8 1.2.5 Available

PHPBuilder.com: Create Custom Google Analytics Interfaces Using PHP


Community Events











Don't see your event here?
Let us know!


podcast development introduction composer opinion community object interview framework series zendframework2 testing functional database example conference tool release language code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework