Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73651 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95409 invoked from network); 9 Apr 2014 17:45:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Apr 2014 17:45:04 -0000 Received: from [127.0.0.1] ([127.0.0.1:8576]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 55/07-33769-F1785435 for ; Wed, 09 Apr 2014 13:45:03 -0400 X-Host-Fingerprint: 89.177.142.61 ip-89-177-142-61.net.upcbroadband.cz Received: from [89.177.142.61] ([89.177.142.61:9660] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/E5-33769-AFE55435 for ; Wed, 09 Apr 2014 10:53:46 -0400 Message-ID: <9F.E5.33769.AFE55435@pb1.pair.com> To: internals@lists.php.net References: In-Reply-To: Date: Wed, 9 Apr 2014 16:53:31 +0200 Lines: 1 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Newsreader: Microsoft Windows Live Mail 16.4.3522.110 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3522.110 X-Posted-By: 89.177.142.61 Subject: Re: New JSON parser From: jan.tvrdik@centrum.cz (=?iso-8859-1?Q?Jan_Tvrd=EDk?=) Hi Jakub, I've just tested JSOND 1.3 on Windows and discovered some incompatibilities with JSON implementation in 5.5.9. All of those incompatibilities are PHP's syntax extensions over the RFC and are mostly related to parsing of numbers. See https://gist.github.com/JanTvrdik/10277952#file-test-php-L43-L61 Jan Tvrdik