Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68668 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74527 invoked from network); 29 Aug 2013 06:55:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Aug 2013 06:55:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 212.27.42.6 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 212.27.42.6 smtp6-g21.free.fr Linux 2.6 Received: from [212.27.42.6] ([212.27.42.6:48011] helo=smtp6-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/93-57841-450FE125 for ; Thu, 29 Aug 2013 02:55:19 -0400 Received: from schrodingerscat.famillecollet.com (unknown [82.241.130.121]) by smtp6-g21.free.fr (Postfix) with ESMTP id 2B01B8228A for ; Thu, 29 Aug 2013 08:55:08 +0200 (CEST) Message-ID: <521EF04B.90307@fedoraproject.org> Date: Thu, 29 Aug 2013 08:55:07 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130806 Thunderbird/17.0.8 MIME-Version: 1.0 CC: PHP Internals References: <521EE223.9060702@fedoraproject.org> <521EE964.4080506@sugarcrm.com> In-Reply-To: <521EE964.4080506@sugarcrm.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [RFC] Switch from json extension to jsonc [Discussion] From: remi@fedoraproject.org (Remi Collet) Le 29/08/2013 08:25, Stas Malyshev a écrit : > Also, I see the sizes of the encode results is different from ext/json. > Why is that? Stupid bench... data include some values from microtime()... Fixed.