Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58851 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 504 invoked from network); 12 Mar 2012 03:55:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Mar 2012 03:55:23 -0000 Authentication-Results: pb1.pair.com header.from=pierrick@webstart.fr; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pierrick@webstart.fr; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain webstart.fr from 209.85.210.42 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 209.85.210.42 mail-pz0-f42.google.com Received: from [209.85.210.42] ([209.85.210.42:59794] helo=mail-pz0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D9/10-33887-AA37D5F4 for ; Sun, 11 Mar 2012 22:55:23 -0500 Received: by dang27 with SMTP id g27so4725403dan.29 for ; Sun, 11 Mar 2012 20:55:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=qic6WWB8FDRLOzMVGqGhny/6ro6D3qys6Z345Aha+EY=; b=nH0infcuJj0ekqmu4StxqAZ2JsVi1J42icIYzsoZJ3sWqdflEUGB1KT80/ZjJw/SOe WucNj1H085fJ689rFK1t8wDj+vqEiltx2Jluw26oWNxuw3SrNIaMIBqL+rlCKKLaf9W4 tUlR2+5OVtePjrw70qm7jcJfdld8Exm9znFB2GfD00gkA9D6AOfBkJw3IRRAHhl47edU zHH9+bk/nmnBpxS5jG+/8xZN8HlVYUWwsDWJea/kqs76hcxwnk1j7BlvkHJnUWF+kcRg aXpjZ2TqbmInVLYHAdUWtCzYdu1z7TZ2xKeKWOPg+xg7iLLrGH+IYHCcXyZhy9XPCEnz BZKg== MIME-Version: 1.0 Received: by 10.68.222.195 with SMTP id qo3mr17527332pbc.44.1331524519180; Sun, 11 Mar 2012 20:55:19 -0700 (PDT) Received: by 10.68.9.103 with HTTP; Sun, 11 Mar 2012 20:55:19 -0700 (PDT) In-Reply-To: <4F5C5540.8010204@sugarcrm.com> References: <4F5C5540.8010204@sugarcrm.com> Date: Sun, 11 Mar 2012 23:55:19 -0400 Message-ID: To: Stas Malyshev Cc: Internals Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmXd4hs7CkyhYzfg/hFHW4FN+k3MB8dcOB6zvq75faWw/HyBHB6NuGmppNvAN+OmlmUUhzn Subject: Re: [PHP-DEV] Upgrade cURL extension From: pierrick@webstart.fr (Pierrick Charron) 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