Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40702 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15840 invoked from network); 26 Sep 2008 10:03:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Sep 2008 10:03:21 -0000 X-Host-Fingerprint: 213.229.41.14 border-g21.inqnet.at Received: from [213.229.41.14] ([213.229.41.14:26448] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8C/C1-19781-863BCD84 for ; Fri, 26 Sep 2008 06:03:20 -0400 Message-ID: <8C.C1.19781.863BCD84@pb1.pair.com> To: internals@lists.php.net Date: Fri, 26 Sep 2008 12:04:15 +0200 User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 References: <19.DC.27717.E51E7D84@pb1.pair.com> <48DAC68D.5070607@chiaraquartet.net> <7dd2dc0b0809241632n72f0e91w1db0c697bfad984f@mail.gmail.com> <001301c91eab$5b282bd0$11788370$@ca> <48DB2EAC.4090809@sci.fi> In-Reply-To: <48DB2EAC.4090809@sci.fi> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Posted-By: 213.229.41.14 Subject: Re: [PHP-DEV] Re: Adding pecl/http to core From: mike@php.net (Michael Wallner) Jani Taskinen wrote: > So pecl/http is actually ext/curl with OO API? Not really. libcurl is not HTTP only, pecl/http utilizes libcurl for it's HTTP request functionality. pecl/http also provides much improved HTTP response and zlib functionality besides an "swizz-army-knife" for URLs. > Why not merge the two then..? Or rather, replace ext/curl with pecl/http > once latter has BC API for us non-oo folks out there.. You don't have to write OO code to use pecl/http, neither do you have the possibility to query any protocol other than HTTP with pecl/http. Regards, Mike