Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66907 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38566 invoked from network); 3 Apr 2013 08:38:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Apr 2013 08:38:11 -0000 Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.50 as permitted sender) X-PHP-List-Original-Sender: laruence@gmail.com X-Host-Fingerprint: 209.85.215.50 mail-la0-f50.google.com Received: from [209.85.215.50] ([209.85.215.50:38024] helo=mail-la0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 35/7B-07534-27AEB515 for ; Wed, 03 Apr 2013 03:38:11 -0500 Received: by mail-la0-f50.google.com with SMTP id ec20so1175905lab.23 for ; Wed, 03 Apr 2013 01:38:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=JmYeP3S5BwLod6rswDLh8C1OPXG718ELnQq68pSI94A=; b=FzrztudwQ5fsKpK/7YdA8Ll3oeLIIgWU2tVW3folTN4mLL17DwxmsTXz84CQ5Edojg ZBxCPYtlTaIT84pDsgn8W4Y9uyPfTv5pvoZ572AmpyOpQzB0CO2Ab8CzgwhC9Xps0K7E lQ7jIgplULT0bpgL3e5wpobr9t5N8SYaMpsJpVhyDp9xAi7oCpnHINgo4qKQ+PUPolnQ cCbJoAuh9BxOrufoGRk5L94V8eH+0/FhXfuVHRRgpFbqPm1hiRrmDtpIPobwRnrlKPCg C3Li0zcpb1PQceq/SSAT6lV2emPbsbqNSMyozDCqxaAbqvC6VOvrQFniLIHVPkxfqs48 yYFg== X-Received: by 10.112.150.101 with SMTP id uh5mr606255lbb.92.1364978287851; Wed, 03 Apr 2013 01:38:07 -0700 (PDT) MIME-Version: 1.0 Sender: laruence@gmail.com Received: by 10.114.66.196 with HTTP; Wed, 3 Apr 2013 01:37:47 -0700 (PDT) In-Reply-To: <515BE6C2.7000801@sugarcrm.com> References: <515BE6C2.7000801@sugarcrm.com> Date: Wed, 3 Apr 2013 16:37:47 +0800 X-Google-Sender-Auth: G51qId8V259_N1wx4DNhhd7ycAo Message-ID: To: Stas Malyshev Cc: PHP Internals Content-Type: multipart/alternative; boundary=047d7b3432faf93e9304d970c532 Subject: Re: [PHP-DEV] Add a constant to reflect --with-curlwrappers From: laruence@php.net (Laruence) --047d7b3432faf93e9304d970c532 Content-Type: text/plain; charset=UTF-8 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. thanks > > Thanks, > -- > Stanislav Malyshev, Software Architect > SugarCRM: http://www.sugarcrm.com/ > (408)454-6900 ext. 227 > -- Laruence Xinchen Hui http://www.laruence.com/ --047d7b3432faf93e9304d970c532--