On 9 Jun 2011 20:11, "Michael Wallner" <m...@php.net> wrote:
> I started the rewrite of the extension, because it had one really big > drawback, namely that message bodies where implemented as memory chunk > instead of streams. The next major headache caused the confusion which > the HttpResponse class was responsible for. Another major addition will > be the choice of request handling library http\Request should use. > libcurl, neon and serf are on the table currently. I'd to strongly suggest to keep using libcurl, it is the most well maintained and OSS-friendly library. It also happens to be very closed to the standard, in this http. Cheers,