Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81140 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17894 invoked from network); 25 Jan 2015 18:56:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2015 18:56:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.182 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.223.182 mail-ie0-f182.google.com Received: from [209.85.223.182] ([209.85.223.182:46734] helo=mail-ie0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/B3-31595-77C35C45 for ; Sun, 25 Jan 2015 13:56:56 -0500 Received: by mail-ie0-f182.google.com with SMTP id ar1so5306256iec.13 for ; Sun, 25 Jan 2015 10:56:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=2eWhvGU6YFhJjR9rZNpFC95uu7Nj4ztlsZ+OiowESOA=; b=xAXSAW6IWok9qwsHbOb7ndYaINRkaNPpqUmrrtAzjffesgFo21loMdsrg/kq1nWnxE A4H+spWF1cumICcgJjWT84Cg/COxcZndoIEjE1FS2TxeCdtwrWSXEnS6S4u3SnUwMK88 gp366eaTpSIh7KpWhgTMolv+UDRRCIcfnZ/gJMEA4bxwU/ZIJjuXcLJeuRpW+eySnxx3 y+FTGcsS4LoXe70TxNEzOZWi1b9fVMiNk449kqmsJCZvjbN82B+4iOeUd62pTEJAk1Sl KqXFb99gKM+6EwHaK87+Fzyu1CJlDUkec8kqnYtRF11lfqALegYT8YH56QkezDDM3WyZ 3MMQ== MIME-Version: 1.0 X-Received: by 10.50.36.103 with SMTP id p7mr12875277igj.20.1422211874652; Sun, 25 Jan 2015 10:51:14 -0800 (PST) Sender: jakub.php@gmail.com Received: by 10.36.116.196 with HTTP; Sun, 25 Jan 2015 10:51:14 -0800 (PST) In-Reply-To: <312691C6-8B58-47D7-AE94-130674E4590F@ajf.me> References: <312691C6-8B58-47D7-AE94-130674E4590F@ajf.me> Date: Sun, 25 Jan 2015 18:51:14 +0000 X-Google-Sender-Auth: cG9av2evTNZSnL9kQXcIiRjVT-c Message-ID: To: Andrea Faulds Cc: PHP internals list Content-Type: multipart/alternative; boundary=089e01184d5c958768050d7e8172 Subject: Re: [PHP-DEV] [VOTE] jsond From: bukka@php.net (Jakub Zelenka) --089e01184d5c958768050d7e8172 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi On Sun, Jan 25, 2015 at 6:07 PM, Andrea Faulds wrote: > > What=E2=80=99s the status of the Preserve Fractional Part RFC with relati= on to the > jsond extension? > The preserve fractional part RFC has been accepted as a non-default option. It's also non-default option in jsond and the proposed patch. You probably ask me because I wanted to make it default. :) However I don't want to change it if the flag is already in. It would make mess in the default flag (option) value which would be changed from 0 and complicate the current way of enabling and disabling flags - people would have look to the doc to see what the default is and then OR this option with their settings if they wanted to keep the default and add a new flag - that would be just wrong IMHO... It means that I don't have any plans to propose such thing. And even if I had, it wouldn't be part of this RFC. ;) Cheers Jakub --089e01184d5c958768050d7e8172--