Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80744 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3914 invoked from network); 18 Jan 2015 16:27:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2015 16:27:52 -0000 Authentication-Results: pb1.pair.com header.from=jrbasso@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jrbasso@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.175 as permitted sender) X-PHP-List-Original-Sender: jrbasso@gmail.com X-Host-Fingerprint: 209.85.213.175 mail-ig0-f175.google.com Received: from [209.85.213.175] ([209.85.213.175:34420] helo=mail-ig0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/FD-18613-70FDBB45 for ; Sun, 18 Jan 2015 11:27:52 -0500 Received: by mail-ig0-f175.google.com with SMTP id r2so10109951igi.2 for ; Sun, 18 Jan 2015 08:27:49 -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=iakf2f4sJEDSBWU9E4PzP68rwGBDGHRGwRFeM9nooXI=; b=gYEt8l6SynglUTYkPO8Eeaya9XQ7ruUooZ5yHwE1SMNv+7C0lHudrzG8DrYHnaaVrR MNzgd1lTXiyP1mgHOiTY+Ls90EUbxVsWycDGl8JEqExLQZ2aKtcQXhSmX9W4sm4B77Ri p/GYNG8dbhNlooK8ekBqLJ+bm7SDFlABEYu9WOhm76ogr+rsx1rq881EE3ts55SJjRz5 k3YTnKbRBlqopUSdNNJ5id0vZzDubE24ggmJc0aOSJksfgKTzk0lr1OnQTJG5QqeD7af cvQ76qYP/rG+swQaXn4NVaw8qPPWgn/FDOeCgeeSrwQyt3WBjy0t5De5+oGm0H2miudS 5dnA== MIME-Version: 1.0 X-Received: by 10.42.130.198 with SMTP id w6mr23839879ics.97.1421598468815; Sun, 18 Jan 2015 08:27:48 -0800 (PST) Received: by 10.64.91.65 with HTTP; Sun, 18 Jan 2015 08:27:48 -0800 (PST) In-Reply-To: References: <54BAD8B4.9010101@pascal-martin.fr> Date: Sun, 18 Jan 2015 11:27:48 -0500 Message-ID: To: Pierre Joye Cc: "Pascal MARTIN, AFUP" , PHP internals Content-Type: multipart/alternative; boundary=90e6ba2121a5bf6493050cefaf23 Subject: Re: [PHP-DEV] [RFC] [VOTE] Preserve Fractional Part in JSON encode From: jrbasso@gmail.com (Juan Basso) --90e6ba2121a5bf6493050cefaf23 Content-Type: text/plain; charset=UTF-8 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). On Sun, Jan 18, 2015 at 12:37 AM, Pierre Joye wrote: > > On Jan 18, 2015 11:24 AM, "Juan Basso" wrote: > > > > The vote is now closed. By 14x0 the RFC was accepted. > > > > Since I am not part of the core team, who can merge the PR ( > > https://github.com/php/php-src/pull/642)? By the way, the RFC was > target to > > the next PHP 5.6 patch version, but the PR was target to master. Should I > > reopen the PR to PHP-5.6 branch? > > I miss that rfc and especially the part saying it targets next 5.x.y, aka > next 5.6. > > This is not good. We do not allow features addition to stable branch. > > Cheers, > Pierre > --90e6ba2121a5bf6493050cefaf23--