Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66908 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39956 invoked from network); 3 Apr 2013 08:41:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Apr 2013 08:41:04 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:50320] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/CB-07534-02BEB515 for ; Wed, 03 Apr 2013 03:41:04 -0500 Received: by mail-lb0-f170.google.com with SMTP id x11so1335579lbi.29 for ; Wed, 03 Apr 2013 01:41:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=9LgbJveQsYUH6BKL3eIRhV/Uaw90knCre86Bx+6fMZM=; b=pXCXEFGtb04RMuiE+XMywEoy3Uv0/yYuuQN/t1NIiIA3YksIzmeeqLU3E9fEpuvXnL G3FskfkostPU1Og8xifuEKogQ7V7TDl+sAcXxbxKjSXVPulLSq8MW+quNn0PuzRuELwf 4vFPc/Nd0+t730+EjUtHRFam4n03G7tin1qQwX97dQO4cJuYb1SguYQgqp/9neNM7SjX pGT6jiYmv6faENyNF3Y944NAU3VXPvRE2mBvnrvmwFBQ1nk+fK4DJ+Q2Y624JQqGw4tT YV+iWh2QIPvdzP+IjLZKG9K14HB4otLE4Vo2fWI4XQFnD9k9dOD8Q+NiQLu5MjEWzvNm NY9Q== MIME-Version: 1.0 X-Received: by 10.152.87.212 with SMTP id ba20mr457239lab.0.1364978461303; Wed, 03 Apr 2013 01:41:01 -0700 (PDT) Received: by 10.112.163.40 with HTTP; Wed, 3 Apr 2013 01:41:01 -0700 (PDT) In-Reply-To: <515BE6C2.7000801@sugarcrm.com> References: <515BE6C2.7000801@sugarcrm.com> Date: Wed, 3 Apr 2013 10:41:01 +0200 Message-ID: To: Stas Malyshev Cc: Laruence , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Add a constant to reflect --with-curlwrappers From: pierre.php@gmail.com (Pierre Joye) On Wed, Apr 3, 2013 at 10:22 AM, 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? I'd to agree. I was surprised to see a commit this morning. Cheers, -- Pierre @pierrejoye