Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93925 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59652 invoked from network); 12 Jun 2016 22:25:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jun 2016 22:25:23 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.41 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.41 mail-wm0-f41.google.com Received: from [74.125.82.41] ([74.125.82.41:38064] helo=mail-wm0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DD/86-12403-351ED575 for ; Sun, 12 Jun 2016 18:25:23 -0400 Received: by mail-wm0-f41.google.com with SMTP id m124so56448726wme.1 for ; Sun, 12 Jun 2016 15:25:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:references:from:to:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=Q+Rg+5YTAscdJM0r2R/9CtLspIdh5lVxB8V/+9M2S1s=; b=02hwwj4+JF1vwkC4bD4CmITfi5/oeo/zNMFPsm4QMg2DA7LHLzX3NxtGnrJmZNZM09 98lLxGhv6V0Qh1KMSWY2tjemF2E6nx4Lr3OM7Z3jnWhtdozlNnn5NkGR9eIqhwJLDXnr g21Xc9RDw+RvKezjv1j7Ot3iNSuCxLSB5uGr27cbRd119iatDqNii2Kq48TGNDC3G/ZU rpInsxHSMbiRYLPF0PYIIh6vCn2L1f0/3188yAztM7utDwXwc3405bgcBosgiXwQ278v BDimemRiLUSt5036ulcUOrT/c4GpirsDeLnYh69s359PR1BLz9sr8RDml8SkdGIinMCo Ruqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:references:from:to:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=Q+Rg+5YTAscdJM0r2R/9CtLspIdh5lVxB8V/+9M2S1s=; b=cx1CipzDrKpnudnkfRflZD2lEIOqg7rr6AgShdeJNW25buggsM2WiwCgW6D2XF2ILW pfnYMmFCRqXE1PKakqiPD3OmfjQ4bMtzmdOWiqLSfMH3PfUnRY9aQJFeDBHnydQzRI0X l5DJBNeiC1zUWaT3rfCDUzgxwGaZmShJgX9tCHcy23pKis/l2kLxL5T2T5CT8GYvNXeS 4CI+sWw92oCwh7dR84AO8lkSI4QrsojGAZv8DnI6BhY5sXy4DjGLNLNSj0S7xxehercD qbZwt+HOpVNb0XlJc6L99aIN2juM93GBqsu+utSMT+obOziwvdEPO7B5a2ySLR3ZS+xk QUcg== X-Gm-Message-State: ALyK8tIUNMwovx0rRNxspu3z3inqNbjwDGDi11jthCkptgy6avW0P9N15o66SGSMB3zpww== X-Received: by 10.28.148.1 with SMTP id w1mr4030379wmd.63.1465770320285; Sun, 12 Jun 2016 15:25:20 -0700 (PDT) Received: from [192.168.1.5] ([2.25.96.65]) by smtp.googlemail.com with ESMTPSA id dj4sm24262496wjc.13.2016.06.12.15.25.19 for (version=TLSv1/SSLv3 cipher=OTHER); Sun, 12 Jun 2016 15:25:19 -0700 (PDT) References: <6c03dafd-093a-0087-6312-96fede93c5f0@gmail.com> To: PHP Internals Message-ID: <0efbc076-5a3c-09a5-a0a5-0230ddc98ea5@gmail.com> Date: Sun, 12 Jun 2016 23:25:18 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Is the "No BC Breaks in Minor Releases" policy enforceable? From: rowan.collins@gmail.com (Rowan Collins) On 12/06/2016 22:04, Dan Ackroyd wrote: > On 12 June 2016 at 17:42, Rowan Collins wrote: >> - We have an RFC [too_few_args] about to pass that seems to break our >> published Release Process. > The "Release Process" is an RFC: https://wiki.php.net/rfc/releaseprocess > > There are no rules against a new RFC changing the decision from a previous RFC. Sure, but if we are changing the decision of that RFC, we should at least say so. Simply acting contrary to the agreed policy is not the same as changing that policy. Regards, -- Rowan Collins [IMSoP]