Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58842 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41919 invoked from network); 11 Mar 2012 16:04:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Mar 2012 16:04:48 -0000 Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain prohost.org designates 209.85.215.170 as permitted sender) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 209.85.215.170 mail-ey0-f170.google.com Received: from [209.85.215.170] ([209.85.215.170:53165] helo=mail-ey0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1E/92-24751-02DCC5F4 for ; Sun, 11 Mar 2012 11:04:48 -0500 Received: by eaao10 with SMTP id o10so737523eaa.29 for ; Sun, 11 Mar 2012 09:04:45 -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=2Cre9BXOS8/U6aHTPwUci+R+M8V7uji4kuhDHUZhEmE=; b=F/hO2f1+Y3EjsmS/B/ZqvYj0htGy/7Zcjbn5geyLx2yt5GipqdjKT2atk8jc4FXUES o/J0OSDxEpNM6NQLU2rVac2OoJl9yzcAws40Rojiq8HFg40E/BQynN9ZYB3DZa+Ob40W Q6F0S1/HePY11ril3fIZomTehaCvEQ1xf3/yVhUI0o0twhLRGOVaSRjJvI3qenmU3/Bv FhC6xULR0p8+ETHEKq+P9BuNtM4ujyQajbYBGSlXhja19GNovPA9IEDrXJOXPO5Z+MIX Y2CcM5eBK6LQcHV83ndI3OrjhOVHJM1WiRpYSAzvT1a6n0Lmnn4SVdyCqGR606p0PhZl eIeQ== MIME-Version: 1.0 Received: by 10.213.113.200 with SMTP id b8mr737356ebq.68.1331481885382; Sun, 11 Mar 2012 09:04:45 -0700 (PDT) Received: by 10.14.132.73 with HTTP; Sun, 11 Mar 2012 09:04:45 -0700 (PDT) In-Reply-To: <4F5C5540.8010204@sugarcrm.com> References: <4F5C5540.8010204@sugarcrm.com> Date: Sun, 11 Mar 2012 12:04:45 -0400 Message-ID: To: Stas Malyshev Cc: Pierrick Charron , Internals Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlp4MeCaWAOaUB2RhTE+4+HHftG6wTgAEAbo1dbsa/ahu1oi1JJhvR3a1aMcmZ71lH/aEt3 Subject: Re: [PHP-DEV] Upgrade cURL extension From: ilia@prohost.org (Ilia Alshanetsky) Stas, That could work for people who don't have cURL built-in to their PHP version, but otherwise create a symbol conflict. On Sun, Mar 11, 2012 at 3:33 AM, 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 >