Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59697 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27522 invoked from network); 11 Apr 2012 01:28:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Apr 2012 01:28:04 -0000 Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-we0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:43454] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BB/98-18401-22ED48F4 for ; Tue, 10 Apr 2012 21:28:03 -0400 Received: by werh12 with SMTP id h12so287040wer.29 for ; Tue, 10 Apr 2012 18:28:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UFfEelEiNi8xSvfVqUsiyEHrBZc+hIQd3OpRCh/Q1jA=; b=c57TNx1DCA2SZWCPQCnXnZ5i1XSZD6Qf5UTa1Euj5rgZ42RYKMrknsvPBa3b+nCoBw cAmZVka/Qp2l8TDJn/KMHHjOBvfPe/WI+lZzJzS4YumuRQOPBmx2188MOyuh2hDPB3V4 oOTBbKMn6PY1KJCRxjBtjQ6WCi3uKLONMvcIOaK6RuVSEf4Wm5BoBfEPQrKMLk1vvhhx Q0DAvPdjaSGkDO4TRON2gD0Q2psDw8phuWPx0Cd4bBm4eibOG88g3XHpWPPd8AujUJJz 7d9ZqU87rjrqdfDQ9TC/vAeJlUFdVdhcTdoO8uRz77ZDXrNMFl2OTkJNpL8E+UYQbLjT YhrQ== MIME-Version: 1.0 Received: by 10.180.103.35 with SMTP id ft3mr11660735wib.0.1334107680044; Tue, 10 Apr 2012 18:28:00 -0700 (PDT) Received: by 10.223.79.67 with HTTP; Tue, 10 Apr 2012 18:27:59 -0700 (PDT) In-Reply-To: <4F84D482.20905@sugarcrm.com> References: <4F84C76A.9090104@sugarcrm.com> <4F84D482.20905@sugarcrm.com> Date: Tue, 10 Apr 2012 18:27:59 -0700 Message-ID: To: Stas Malyshev Cc: Nikita Popov , PHP internals Content-Type: multipart/alternative; boundary=f46d043bd7e85c769004bd5d2600 Subject: Re: [PHP-DEV] Allow non-variable arguments to empty() From: kris.craig@gmail.com (Kris Craig) --f46d043bd7e85c769004bd5d2600 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Apr 10, 2012 at 5:46 PM, Stas Malyshev wrote: > Hi! > > > Err isn't this something that should go through the RFC process first? > > I think it's a good idea and I'll probably vote for it, but as I > > understand the RFC process was created specifically for stuff like this. > > One doesn't preclude the other. Pull is code, RFC is discussion, they > can go in parallel. > -- > Stanislav Malyshev, Software Architect > SugarCRM: http://www.sugarcrm.com/ > (408)454-6900 ext. 227 > Well, technically it's discussion *and* vote. I know we've been wanting to get out of the habit of "push first, ask later," which is precisely what RFC helps us avoid. Personally, I think any commits for a non-minor change (i.e. a new feature) should be branched and left unmerged until it passes through the RFC voting process. I'm a big fan of consistency over ad hoc processes. ;) --Kris --f46d043bd7e85c769004bd5d2600--