Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40679 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70835 invoked from network); 25 Sep 2008 06:39:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Sep 2008 06:39:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=quickshiftin@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=quickshiftin@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.232 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: quickshiftin@gmail.com X-Host-Fingerprint: 209.85.198.232 rv-out-0506.google.com Received: from [209.85.198.232] ([209.85.198.232:15116] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E7/31-64272-D023BD84 for ; Thu, 25 Sep 2008 02:39:10 -0400 Received: by rv-out-0506.google.com with SMTP id g37so278959rvb.23 for ; Wed, 24 Sep 2008 23:39:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=cSYZj8FWL/rMP7ZX/nbVtb0q919/dKm5lylnn2qip3k=; b=fIfmm35aeex4Cae2wbcZ/kW4l30GXgqs+O/JnKKK8J31RsPsb11X14sxiMFFEmWNVq EXEmdAtgVH7j9ZJz4LWN5NnyQBtD/7roJfvj6oMQbA7fSAI8vrLVznmAUf1ByrU0ldr9 w9Nl6FcljVKTLEg+opIynuvyklodru1lMfG2c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=Q8TVzTzSLPo3GvZgf1TiXxrT4C9wzPmZjIII7atBl+h5dEp99NmQMz9/2LE3t2GhYd y034rGwPkkySOVGLON7XUPsuf5mY7KJlj+iNsNgkRdtciAZOXUFun/hGv/iNkMoX+LLo OxdyCED3ajK+REo4Yvmh0ckIlnJJBhiPjbR5E= Received: by 10.141.114.19 with SMTP id r19mr3940431rvm.146.1222324746909; Wed, 24 Sep 2008 23:39:06 -0700 (PDT) Received: by 10.141.70.10 with HTTP; Wed, 24 Sep 2008 23:39:06 -0700 (PDT) Message-ID: <7dd2dc0b0809242339l653ba697pe588986b81dc5535@mail.gmail.com> Date: Thu, 25 Sep 2008 00:39:06 -0600 To: jani.taskinen@iki.fi Cc: "Mike R" , "Greg Beaver" , "Michael Wallner" , internals@lists.php.net In-Reply-To: <48DB2EAC.4090809@sci.fi> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_66365_10806055.1222324746892" References: <19.DC.27717.E51E7D84@pb1.pair.com> <48DAC68D.5070607@chiaraquartet.net> <7dd2dc0b0809241632n72f0e91w1db0c697bfad984f@mail.gmail.com> <001301c91eab$5b282bd0$11788370$@ca> <48DB2EAC.4090809@sci.fi> Subject: Re: [PHP-DEV] Re: Adding pecl/http to core From: quickshiftin@gmail.com ("Nathan Nobbe") ------=_Part_66365_10806055.1222324746892 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Thu, Sep 25, 2008 at 12:24 AM, Jani Taskinen wrote: > 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? for the most part, yes (i know it requires libcurl to build), but it has a set of functions in the global scope as well, like http_put() and http_post(). 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.. im not sure the global function set in pecl/http interact w/ each other as do those in ext/curl. the two sets of functions may be mutually exclusive, but i suspect there could be some BC breakage in a merge of the two extensions. -nathan ------=_Part_66365_10806055.1222324746892--