Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66916 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73825 invoked from network); 3 Apr 2013 14:42:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Apr 2013 14:42:51 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.51 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.212.51 mail-vb0-f51.google.com Received: from [209.85.212.51] ([209.85.212.51:59501] helo=mail-vb0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/62-07534-AEF3C515 for ; Wed, 03 Apr 2013 09:42:50 -0500 Received: by mail-vb0-f51.google.com with SMTP id x19so494355vbf.38 for ; Wed, 03 Apr 2013 07:42:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=2go990jbok1EzyV2amta8zK5akEwq05D9RqoNf8J9QU=; b=U1Wk1n7FuCbbXa0JSve2pPIX4aBGmvfh4eQlDhpHXLnlXMs2NrFu2QxFus0OC+IUiX 77lt0j8+ia8g6ewpQZb2B/zKulYSxt8t1StRrKB+ro8mDgFnsbJ1elh4YNmZu+02qfy0 gC4IRFG5tHKDV3yTyTYda/ERmwRtYEHw+ZqHjj/6yupgwcDEQEN+dn5lLhJyRR1/ZlLh dYEqY0+XRoR/RvjfXM6MBQ8G4Oo6lu7rUmrI+LgSy7tM8eEO2NjkdQn4PX+05rw0/qr2 amFnVjCFhkZan68QoqNQ+kVeZxw8KG3WJz9Bq05v5AZu3E031oY1ruLNdp+BSO0HcAa+ OuUQ== MIME-Version: 1.0 X-Received: by 10.52.95.33 with SMTP id dh1mr1206888vdb.52.1365000167937; Wed, 03 Apr 2013 07:42:47 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.58.76.225 with HTTP; Wed, 3 Apr 2013 07:42:47 -0700 (PDT) In-Reply-To: References: <515BE6C2.7000801@sugarcrm.com> Date: Wed, 3 Apr 2013 16:42:47 +0200 X-Google-Sender-Auth: 3pAHbn_NkPosyJtjArmuEuule_w Message-ID: To: Laruence Cc: Stas Malyshev , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Add a constant to reflect --with-curlwrappers From: kalle@php.net (Kalle Sommer Nielsen) 2013/4/3 Laruence : > On Wed, Apr 3, 2013 at 4:22 PM, Stas Malyshev wrote: > >> Hi! >> >> > Added new constant CURL_WRAPPERS_ENABLE in (include 5.4) >> > >> https://github.com/php/php-src/commit/d7f709a032a40cb475042b43db07a4698a2488b7 >> >> I must say the process of how it was done was not very good. Not only >> there were no substantial discussion on adding this new thing in stable >> version before the commit, the time between message announcing it and >> asking if there are any objections and the commit was barely a day. It's >> not enough time at all to solicit feedback, and this change is not >> really something urgent that needs to be committed ASAP. And it turns >> out, there *are* objections. Could we be a little less quick with >> commits into a stable version and give it some time when we're talking >> about new things and not bugfixes? >> > Hey: > I have to say, the objections only shows up after it happens.. > > but yes, I am a little rush at this commit, that is because, you can > see, the test script in ext/standard/tests/stream is depends on a ugly > trick to skip . it make me very uncomfortable. > > I send the mail the day before yesterday, and it's really not a big > change (add a constant), then no new feedback in a day, I think it's okey > to commit. > > however, you are right, it's not a long time, so if objections becomes > strong, I can revert it. I think my argument against adding the constant is at least just as strong as adding it. I agree we shouldn't go RFC/vote etc, over one single constant but I think we can all agree on the fact that we shouldn't try to add hacks to fix usage of an experimental feature (which is essentially what this constant is). We need more consistency, than inconsistencies. -- regards, Kalle Sommer Nielsen kalle@php.net