Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80751 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14702 invoked from network); 18 Jan 2015 17:02:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2015 17:02:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.177 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.177 mail-qc0-f177.google.com Received: from [209.85.216.177] ([209.85.216.177:45893] helo=mail-qc0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/40-18613-127EBB45 for ; Sun, 18 Jan 2015 12:02:25 -0500 Received: by mail-qc0-f177.google.com with SMTP id x3so23232175qcv.8 for ; Sun, 18 Jan 2015 09:02:22 -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=9NAhfmKK6mVWGYp707SpefyLwR96kEe45HBJypCzJvE=; b=o8yQR4UKyEbDr0QqhwDMjn4270on1rI+PsBhIw+6ivSBs9YW+UCKgaHW6w3YSdwBO8 moGaCDIuUHO20CAC9wbbKn/8ZuD3iro2na3bZ3PI3z8ennHpaxjDezEr8ese8c/vg9yo soHfDTdIYpqKDmKnVpY6CUwhMUQE8wMdlBbWlnZINmacscxF2+YVQs3/KTb/HagHFrLh QI3eXu/ZpI0QvPRNe2oSNY6L5Tkl4q+icssa6rgvgPhKIfrH/bYDJgNz9WrsDnnfqyTH NdYjZQh558r8TwVSlxl/ERRDtZAeVZibrmq9X33YZLxwfa/2Uy5+qoCJmd6z6uLj5VFZ Kt0A== MIME-Version: 1.0 X-Received: by 10.140.32.166 with SMTP id h35mr12801022qgh.22.1421600542724; Sun, 18 Jan 2015 09:02:22 -0800 (PST) Received: by 10.140.22.106 with HTTP; Sun, 18 Jan 2015 09:02:22 -0800 (PST) In-Reply-To: References: <54BAD8B4.9010101@pascal-martin.fr> Date: Mon, 19 Jan 2015 00:02:22 +0700 Message-ID: To: Juan Basso Cc: "Pascal MARTIN, AFUP" , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] [VOTE] Preserve Fractional Part in JSON encode From: pierre.php@gmail.com (Pierre Joye) 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+. -- Pierre @pierrejoye | http://www.libgd.org