Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40677 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66970 invoked from network); 25 Sep 2008 06:24:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Sep 2008 06:24:55 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.178 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.178 mho-01-bos.mailhop.org Received: from [63.208.196.178] ([63.208.196.178:59290] helo=mho-01-bos.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 55/70-64272-5BE2BD84 for ; Thu, 25 Sep 2008 02:24:54 -0400 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-01-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KikHR-000NNC-8J; Thu, 25 Sep 2008 06:24:49 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 88.112.30.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19tNtx6gTXPOhu9YGts1gOcWcu+n06jh5I= Message-ID: <48DB2EAC.4090809@sci.fi> Date: Thu, 25 Sep 2008 09:24:44 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: Mike R CC: 'Nathan Nobbe' , 'Greg Beaver' , 'Michael Wallner' , internals@lists.php.net References: <19.DC.27717.E51E7D84@pb1.pair.com> <48DAC68D.5070607@chiaraquartet.net> <7dd2dc0b0809241632n72f0e91w1db0c697bfad984f@mail.gmail.com> <001301c91eab$5b282bd0$11788370$@ca> In-Reply-To: <001301c91eab$5b282bd0$11788370$@ca> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Adding pecl/http to core From: jani.taskinen@sci.fi (Jani Taskinen) Mike R wrote: > Nathan Nobbe wrote: >>> Michael Wallner wrote: >>>> Hi, >>>> >>>> I wonder what the general opinion is on adding pecl/http to the main PHP >>>> distribution? Many people have poked me in the past, so I guessed it's >>>> time to ask me and you that question once for all. >>> +1 >> >> +1 > > FWIW, ditto. > >> no to insult, but i find the curl api a bit painful. the http extension is >> a lot more api friendly for us oo folks out there. So pecl/http is actually ext/curl with OO API? 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.. --Jani