Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58852 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3185 invoked from network); 12 Mar 2012 04:39:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Mar 2012 04:39:59 -0000 Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-we0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:55611] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 34/90-33887-D1E7D5F4 for ; Sun, 11 Mar 2012 23:39:58 -0500 Received: by werh12 with SMTP id h12so3412648wer.29 for ; Sun, 11 Mar 2012 21:39:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=M6iOM4gd85uvJSW2xlIgRDyefE12ZShOCAabKmNR+Ww=; b=iVI67HWq2nsVPNgu/SMP3x4HDgLRcd01pGleOdNht9A4H9cS5kBrx7LwsaN+s46d8D XbqtBHEJkLkmgOO5oCibVxdhuPwo9xRO5KXFdQD+CTnxTEuW+5qa3l98tvsfwaNA/mFS MMAPUX44phyN0JFOR66mQV2KU7vq0Npl/7W34l/9VaSZr1Gic5krzogfzphLTC3aKAt1 Y4eauNxqw1g433reAyPDuLC+ZHOeAZ9WgxDcRBhFB3GcTNr/zEG5Vyp9wYm3eyGN4cwG i+ic/sGStyhzLzyPGcKJFH7bU918jclU9+Lz/4+z1nPVs8vp4w8V/JjE4HF48wwlHTqe N7+g== MIME-Version: 1.0 Received: by 10.180.79.231 with SMTP id m7mr23770832wix.11.1331527195182; Sun, 11 Mar 2012 21:39:55 -0700 (PDT) Received: by 10.223.111.78 with HTTP; Sun, 11 Mar 2012 21:39:55 -0700 (PDT) In-Reply-To: References: <4F5C5540.8010204@sugarcrm.com> Date: Sun, 11 Mar 2012 21:39:55 -0700 Message-ID: To: Pierrick Charron Cc: Stas Malyshev , Internals Content-Type: multipart/alternative; boundary=f46d044304ec7a45c604bb04556c Subject: Re: [PHP-DEV] Upgrade cURL extension From: kris.craig@gmail.com (Kris Craig) --f46d044304ec7a45c604bb04556c Content-Type: text/plain; charset=ISO-8859-1 I think waiting until PHP++ is probably the best approach. It would've been nice to have the current libcurl version in 5.4.0, but since we're not talking about any critical bug/security fixes, I don't think it's that big a deal either way. So we may as well just sit on it for now. --Kris On Sun, Mar 11, 2012 at 8:55 PM, Pierrick Charron wrote: > I thought about it but I think it may confuse people to have two > different extensions with the same name, same interface, but one in > pecl and one in the core package (the difference between the 2 > versions are not that big). Also as ilia mentioned if someone already > have the original version, they will have symbol conflicts. So I guess > we could just wait until PHP next unless someone have an other nice > solution which will not confuse people :) > > Thanks all for your input. > > Pierrick > > On 11 March 2012 03:33, Stas Malyshev wrote: > > Hi! > > > > > >> I wanted to make this new version available in PHP5.4 but > >> unfortunately I did finish my work when it was already in RC phase. > >> The question now is should we include this new version in PHP5.4.1 or > >> should we wait for PHP 5.5/6/7 or whatever PHP next will be. There is > >> no feature break (AFAIK) so all the previous code should work as > >> expected. You'll find the list of new features attached and the last > >> code in the trunk branch. > > > > > > Can't you make it also available as pecl extension, which could be built > on > > 5.4? This way people could enjoy the benefits of your work without stable > > branch being disrupted and BC problems raised. > > > > -- > > Stanislav Malyshev, Software Architect > > SugarCRM: http://www.sugarcrm.com/ > > (408)454-6900 ext. 227 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --f46d044304ec7a45c604bb04556c--