Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85651 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50407 invoked from network); 1 Apr 2015 18:53:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Apr 2015 18:53:15 -0000 Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.174 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.213.174 mail-ig0-f174.google.com Received: from [209.85.213.174] ([209.85.213.174:33636] helo=mail-ig0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 89/15-21906-A9E3C155 for ; Wed, 01 Apr 2015 13:53:15 -0500 Received: by ignm3 with SMTP id m3so36658194ign.0 for ; Wed, 01 Apr 2015 11:53:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=5iZsu+eJTUkvYVaJdV577RwP1SJIvbHDTRd7p/R/kIg=; b=we6YNWRHKOd7/dItF0zwlBWacm9SGNW+yMFcD7WwHAUtfKdORSpILJnOEck7I/DrRO coIVq4OZsotTqzPkWmM405YKm3w0wG5wY/M44ywvZ/Px2SBb68GQFG9wytaFZvcH86qq REHusxRq3KOwxFf5Wy94S0X3+XyHosfi3/gk+RNr7FhZjXlnKf+BX34fJRGXf4ZMbE5N QnXMxKi3yLOZzKnwaw9W4Shi4MCqLoV4VHi95ISjeduxz7kzTrK1Db2pxeEWNyVzBhqP pWeBSDtWHJs/1++QJiz3ICNcoZH1oI5kDKUI1DxEaLPRKF0OSQdIY+FvgNi8/h+E9AHx illg== MIME-Version: 1.0 X-Received: by 10.107.18.170 with SMTP id 42mr10149809ios.38.1427914391797; Wed, 01 Apr 2015 11:53:11 -0700 (PDT) Sender: jakub.php@gmail.com Received: by 10.107.39.18 with HTTP; Wed, 1 Apr 2015 11:53:11 -0700 (PDT) In-Reply-To: <4EECFE82-5457-4AD9-AEBD-1267D93863FA@php.net> References: <551BC7CF.3080309@birkholz.biz> <02f101d06c6e$3790c020$a6b24060$@php.net> <030a01d06c98$e84725b0$b8d57110$@php.net> <4EECFE82-5457-4AD9-AEBD-1267D93863FA@php.net> Date: Wed, 1 Apr 2015 19:53:11 +0100 X-Google-Sender-Auth: HR9myFUNUKpGNtA-P9pGd6FIC5M Message-ID: To: Michael Wallner Cc: francois@php.net, Ferenc Kovacs , Dennis Birkholz , PHP Internals Content-Type: multipart/alternative; boundary=001a113f2e3217c4ba0512ae3afb Subject: Re: [PHP-DEV] What's our official stance on small self-contained additions in a micro version From: bukka@php.net (Jakub Zelenka) --001a113f2e3217c4ba0512ae3afb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, On Wed, Apr 1, 2015 at 6:15 PM, Michael Wallner wrote: > > > On 01 04 2015, at 18:28, Fran=C3=A7ois Laupretre wro= te: > > > >> De : Ferenc Kovacs [mailto:tyra3l@gmail.com] > >> > >> I could accept any decision between holding off new features until nex= t > >> minor/major and allowing features explicitly without going through an > RFC, but I > >> want to have an explicit definition on what is allowed and how should > the case- > >> by-case process work. > > > > The release process document is clear : "New features or additions to > the core should go through the RFC process." (hopefully considering the > 'core' as the whole PHP distribution). It would be better using "must" > instead of "should" but it is quite clear. > > > > So, providing "a room for exceptions on a case by case basis and only > for small self-contained features and additions" does not mean that these > features don't have to go through an RFC. There is nothing to add to the > rules, we just need to have them enforced by people who currently merge n= ew > features without demanding an approved RFC. If everyone respects the rule= s, > the 'case by case process' is clear, it means 'approved through an RFC'. > Only bug fixes with no side effect can be merged without an RFC. > > > > So, once again, as https://github.com/php/php-src/pull/1145 clearly did > not follow the rules and was not approved in any way, I'm asking whoever > merged it to revert the change and ask the author to go through an RFC. > > It=E2=80=99s not a secret that I=E2=80=99m not a big fan of too much bure= aucracy, we=E2=80=99re > still humans that can discuss and argue without a formal RFC. > If anything develops to be controversial, let=E2=80=99s go through an RFC= , if not, > then fine and let them go ahead. > > I agree here. I think that we should definitely email to the internals about any small addition (self-contained constant or function) and if there are no objection and everyone agrees that it's a good idea, then I don't think we need RFC. Cheers Jakub --001a113f2e3217c4ba0512ae3afb--