Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80752 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16451 invoked from network); 18 Jan 2015 17:13:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2015 17:13:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.176 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.212.176 mail-wi0-f176.google.com Received: from [209.85.212.176] ([209.85.212.176:45232] helo=mail-wi0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 16/A0-18613-2C9EBB45 for ; Sun, 18 Jan 2015 12:13:38 -0500 Received: by mail-wi0-f176.google.com with SMTP id em10so1423404wid.3 for ; Sun, 18 Jan 2015 09:13:34 -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=iBCqO/hmUUjhPGf2rd4+w+hyHcQFwQPsDLxx0ILyp28=; b=F8xgiSu7upjPadPmD84LG75T3NEGf6mFl29qZHHldtqId2WCmbAb6sDy0e9UqUBlXK eIpM8Zt5FaE7q7lY2NTKNs4VnIR4aPtNVQbSrstM7dKFMJkG/BNFXuj+X7qB5ct2zp4s vzIlirOc+vYC1KDe57RS785brkpGiZZJrKO/P2hT9qBs0pdBUFcoY7kkUetAwPluouEe NVYVi3KhYDzECcR+J7Uw7Rpjtw/AJpZmPeCLVGZZbgmAL4Ex3dIqx1K3gTupP0uxy0BE RIukw32d1crJ5Sk4/AfX1+OgRPjD7YF+FIUeLs3mFcYkDFHm4Zzgp9mWl6gzNMLZJ1Nj nSwg== MIME-Version: 1.0 X-Received: by 10.180.211.2 with SMTP id my2mr26333351wic.3.1421601214528; Sun, 18 Jan 2015 09:13:34 -0800 (PST) Received: by 10.27.10.138 with HTTP; Sun, 18 Jan 2015 09:13:34 -0800 (PST) In-Reply-To: References: <54BAD8B4.9010101@pascal-martin.fr> Date: Sun, 18 Jan 2015 18:13:34 +0100 Message-ID: To: Pierre Joye Cc: Juan Basso , "Pascal MARTIN, AFUP" , PHP internals Content-Type: multipart/alternative; boundary=001a11c37c18678091050cf053b3 Subject: Re: [PHP-DEV] [RFC] [VOTE] Preserve Fractional Part in JSON encode From: nikita.ppv@gmail.com (Nikita Popov) --001a11c37c18678091050cf053b3 Content-Type: text/plain; charset=UTF-8 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. Nikita --001a11c37c18678091050cf053b3--