On Sun, 05 Jun 2011 13:37:36 +0200, Reindl Harald wrote:
> http://pecl.php.net/package/pecl_http/2.0.0dev1 coll, in th emiddle of
> 5.3 lifecycle a total incompatible reqrite is started and hopefully no
> one has projects relying on the pecl-extension

In the past many developers did not feel comfy enough with the pecl_http 
extension.  It had been proposed for inclusion in the core distribution 
for a few times, but people always had doubts about the API etc.

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.

Anyway, if people want to take part in architecting the future of this 
extension, they are more than welcome.

I already invited you to participate, but you did not answer.

Mike

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to