Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85545 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37767 invoked from network); 30 Mar 2015 10:04:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Mar 2015 10:04:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:36344] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 05/D0-31096-4BF19155 for ; Mon, 30 Mar 2015 05:04:36 -0500 Received: by obbps3 with SMTP id ps3so3955531obb.3 for ; Mon, 30 Mar 2015 03:04:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=7sCGXY7luQfFcTbGwW6jcXJxHKitsIVlWYD8tIVDVK8=; b=OcCiGWtTM9e2lL9j4iHeAmuZsSah1LPu+Qv1ud+FXIsfTsrAjBPh49pbxi21OT2FON zW2rifYUqIqX5mHptcvAqJ6rEQnHJUODKYlRryjR95nd1KqmzX54cWKjWaRSOdgHcsQq zA4RnsumMuu76mLcojA2wWqSkTaPTAxbwN7KMeFhpddttCWc1MVKz+AfjjllLHXbarQX ZzQEImSNqGnQofAxBxyNJtacflplTxlbPXbGr8DKZbvD0PvaF+qNDfr9LK2xBcKd1Ysg R9E3PmSykOnGIvOZbSK2ftKB1sOO5ZbynCcu7skDzV/uC+VyBQHePr2zZI2TX8bN0TkB nsXw== MIME-Version: 1.0 X-Received: by 10.182.227.132 with SMTP id sa4mr26307399obc.40.1427709873922; Mon, 30 Mar 2015 03:04:33 -0700 (PDT) Received: by 10.60.81.201 with HTTP; Mon, 30 Mar 2015 03:04:33 -0700 (PDT) Date: Mon, 30 Mar 2015 12:04:33 +0200 Message-ID: To: PHP Internals , Stanislav Malyshev , julien pauli Content-Type: multipart/alternative; boundary=001a11c2ee9ee0a7a305127e9b63 Subject: What's our official stance on small self-contained additions in a micro version From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c2ee9ee0a7a305127e9b63 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, I know that our official release process allows that, but there are some reasonable arguments against doing that and this topic was brought up multiple times related to specific fixes. I have two open PRs like that: https://github.com/php/php-src/pull/1204 https://github.com/php/php-src/pull/969 and of course there are a bunch of similar ones from other people, and there are cases when somebody simply pushes a change like that, other times somebody points out that it should require an RFC( https://wiki.php.net/rfc/json_preserve_fractional_part for example), but most of the times we simply don't know what to do, and eventually we just let the PR/patch to rot and die. I would like to know if we can come up with a rule which can have consensus behind it, and maybe formalize it as an extension to our current releaseprocess rfc. What do you think? --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c2ee9ee0a7a305127e9b63--