Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79942 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30022 invoked from network); 25 Dec 2014 19:32:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Dec 2014 19:32:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=jrbasso@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jrbasso@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.171 as permitted sender) X-PHP-List-Original-Sender: jrbasso@gmail.com X-Host-Fingerprint: 209.85.216.171 mail-qc0-f171.google.com Received: from [209.85.216.171] ([209.85.216.171:37877] helo=mail-qc0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8C/90-25528-1666C945 for ; Thu, 25 Dec 2014 14:32:49 -0500 Received: by mail-qc0-f171.google.com with SMTP id r5so6943981qcx.30 for ; Thu, 25 Dec 2014 11:32:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=kEKtLlXkro6xLljOOJVadFYXcm+slgDGxbUx30+pqo4=; b=UNu65E1YMtW4YCa6n4Lb1eafnfnxO0gvfX3tdoJg4xk6vxH/ucdCfqUjU0scZvhXWS D5iHLB1ycNdfWKSkF6E/dugj7qUT+Msw45EfRoH6gZo6V+3fql20jGSPuAFq8XD0D7qh IB8WfGKxN4S3AU1TphnYibcPTnIZfL10d2XP7UFBQGjBLArco3K3plsXXpjF7DJrPncv r+hrWfOtnehF1lImUgezopYH2Wq5WJDspneoTAjyx6k3ZRU7mbeS07RwqaqAin+4lhP8 amMN+oFxj9PHNXKJpJHiSsuD6x3Af47xrYdKkxT5N1LownsB9qdN4CYx5VUzXGsICM5s ZEqA== MIME-Version: 1.0 X-Received: by 10.229.61.5 with SMTP id r5mr64080757qch.28.1419535966858; Thu, 25 Dec 2014 11:32:46 -0800 (PST) Received: by 10.140.17.80 with HTTP; Thu, 25 Dec 2014 11:32:46 -0800 (PST) Date: Thu, 25 Dec 2014 17:32:46 -0200 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=001a1132e4b40cf3bf050b0f794d Subject: [RFC] Preserve Fractional Part in JSON encode From: jrbasso@gmail.com (Juan Basso) --001a1132e4b40cf3bf050b0f794d Content-Type: text/plain; charset=UTF-8 Good evening and merry christmas, After some discussion in a separated thread I created the RFC to discuss about the implementation of another json_encode option. The RFC can be found here: https://wiki.php.net/rfc/json_preserve_fractional_part Juan Basso --001a1132e4b40cf3bf050b0f794d--