Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80753 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17970 invoked from network); 18 Jan 2015 17:17:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2015 17:17:13 -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.216.51 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.51 mail-qa0-f51.google.com Received: from [209.85.216.51] ([209.85.216.51:47157] helo=mail-qa0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4B/F0-18613-89AEBB45 for ; Sun, 18 Jan 2015 12:17:12 -0500 Received: by mail-qa0-f51.google.com with SMTP id f12so20455637qad.10 for ; Sun, 18 Jan 2015 09:17:09 -0800 (PST) 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=2Ey4S1mvJp7n9geezKXcM36xLjrhmCszWTqUBj2xJj8=; b=v3GiauaOraGcXG0dQQX6jMbwEUMS/v/Qbm5RKBSB5StfZ62O6bysYAs4Acje9e6kcI ZIUezHc1DHmdmbc5rh5H0fRU3nUt/yhJrr5ALpW6SITHLCe71dKKYUPvfx+4Vg+T4wtC ElLSNQL97RVsC97sAYsLDESdcGDo6+RmYcPpJaLMRdvqAPoPHYhvUDjwxUAczl/3cXHV 6b2NObvbM0Yb7O0GSADoAklwLQUw+ywkIE6cLjCv9T2JMn/ZP8LIJmJLNnNgEpQGOfQe 5OnSy0PDGRvg3WJA2tIsPX/QX7O1kZGR+q7c0P9+eTRQwx+HQFteWLBEvICPEYTE7Ba8 UM8Q== MIME-Version: 1.0 X-Received: by 10.224.61.1 with SMTP id r1mr20924796qah.0.1421601429839; Sun, 18 Jan 2015 09:17:09 -0800 (PST) Received: by 10.140.22.106 with HTTP; Sun, 18 Jan 2015 09:17:09 -0800 (PST) Received: by 10.140.22.106 with HTTP; Sun, 18 Jan 2015 09:17:09 -0800 (PST) In-Reply-To: References: <54BAD8B4.9010101@pascal-martin.fr> Date: Mon, 19 Jan 2015 00:17:09 +0700 Message-ID: To: Nikita Popov Cc: Pascal MARTIN AFUP , PHP internals , Juan Basso Content-Type: multipart/alternative; boundary=001a11c3f4d43ce79a050cf060b4 Subject: Re: [PHP-DEV] [RFC] [VOTE] Preserve Fractional Part in JSON encode From: pierre.php@gmail.com (Pierre Joye) --001a11c3f4d43ce79a050cf060b4 Content-Type: text/plain; charset=UTF-8 On Jan 19, 2015 12:13 AM, "Nikita Popov" wrote: > > On Sun, Jan 18, 2015 at 6:02 PM, Pierre Joye wrote: >> >> On Sun, Jan 18, 2015 at 11:27 PM, Juan Basso wrote: >> > During the discussion process it was discussed and people were ok with it >> > since it doesn't break any existing code. Also, JSON_NUMERIC_CHECK option >> > was added on json_encode in patch version (added on 5.3.3). >> >> >> I do not know who are the "people" but the release process is pretty >> clear on that. We decided not to allow features additions to ease >> developers life, like not having to do dozen of tests to know which >> minor versions added what. It is also why we have yearly releases, >> reduce the delay between accepted features and actual availability in >> a release. >> >> Please not that the release process was approved after 5.3 and applied to 5.4+. > > > The release process RFC *explicitly* allows the addition of self-contained features in patch releases. This rule is implemented in practice either by RM approval for the feature or an RFC, the latter being the case here. Except that this one is not self contained and the rfc says in rare cases (or say, for good reason). I give up to try explain where the constant lack of respect of the RFC will lead. That's why I won't battle for this now. --001a11c3f4d43ce79a050cf060b4--