Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80723 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47033 invoked from network); 18 Jan 2015 04:23:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2015 04:23:14 -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.223.174 as permitted sender) X-PHP-List-Original-Sender: jrbasso@gmail.com X-Host-Fingerprint: 209.85.223.174 mail-ie0-f174.google.com Received: from [209.85.223.174] ([209.85.223.174:59299] helo=mail-ie0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 67/B4-18613-2153BB45 for ; Sat, 17 Jan 2015 23:22:42 -0500 Received: by mail-ie0-f174.google.com with SMTP id at20so26559854iec.5 for ; Sat, 17 Jan 2015 20:22:40 -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=bJF6YfJ3TgWkKZFzYqgnM+Noop7ilPHmVVWbAweYrzc=; b=dOdZVeH5PUfl8HJlJd+zUvUEE1NTV1HuwNYVu+n7dHrmqCaB5nrqtiP4z/tnU1A5ml Z7cWelghbHwoEuPz51k9pQtIKDMULIYB0gn01a3QNPLPenNUH0s098CDy71RkB90HOQr RvkB/d0YWWep91k4l6RtSTg0ErLFEMSHoBU+GFVbdryejXPd5VsI7/Rroek7nKsphWS4 cGod4ViRz4y9VN48NRcraxt8+U6eGtv1c8q6b+40rf+y5GQ8m/pDFbjvG9818Z1tYSkR vVgG1Tjro1CPW6ZphW61dXH782NheEOAk/LXaUz7N1XAmup+JBUqaVZiDaHRSO/Qe5Dq c2iQ== MIME-Version: 1.0 X-Received: by 10.50.143.44 with SMTP id sb12mr12124839igb.3.1421554960000; Sat, 17 Jan 2015 20:22:40 -0800 (PST) Received: by 10.64.91.65 with HTTP; Sat, 17 Jan 2015 20:22:39 -0800 (PST) In-Reply-To: <54BAD8B4.9010101@pascal-martin.fr> References: <54BAD8B4.9010101@pascal-martin.fr> Date: Sat, 17 Jan 2015 23:22:39 -0500 Message-ID: To: "Pascal MARTIN, AFUP" Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a1134be8c6b7870050ce58e99 Subject: Re: [PHP-DEV] [RFC] [VOTE] Preserve Fractional Part in JSON encode From: jrbasso@gmail.com (Juan Basso) --001a1134be8c6b7870050ce58e99 Content-Type: text/plain; charset=UTF-8 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? Thanks. On Sat, Jan 17, 2015 at 4:48 PM, Pascal MARTIN, AFUP < mailing@pascal-martin.fr> wrote: > On 11/01/2015 04:02, Juan Basso wrote: > >> I'd like to initiate a vote on this RFC: >> https://wiki.php.net/rfc/json_preserve_fractional_part >> >> > Hi, > > After discussing this RFC with other people of AFUP, we are +1 on this. > > Being able to get back the same PHP type after encoding data to JSON and > re-decoding it could be useful (thinking about strict comparison, > typically), even if JSON only has one "number" type. > > And adding a new flag doesn't have much negative impact (as long as it's > not enabled by default, especially for a minor version of PHP). > > > -- > Pascal MARTIN, AFUP - French UG > http://php-internals.afup.org/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a1134be8c6b7870050ce58e99--