Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80155 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30971 invoked from network); 4 Jan 2015 17:51:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2015 17:51:27 -0000 Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.180 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.223.180 mail-ie0-f180.google.com Received: from [209.85.223.180] ([209.85.223.180:50337] helo=mail-ie0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/23-02442-D9D79A45 for ; Sun, 04 Jan 2015 12:51:25 -0500 Received: by mail-ie0-f180.google.com with SMTP id rp18so17957890iec.25 for ; Sun, 04 Jan 2015 09:51:22 -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=OPF0XKoBLdWxYiVjl1H4TljEfy8YTUxDyYjHo7eLp+g=; b=rDy+hwqhZ7Xqsip+isZmMez8sVZwTu677Ejp21q9mqo851TZ1dfwtUGTikP7cgCXHv WOe1pmXIqPyJsNFRa6RuQHI6vpXfaK6G4OoG42ALJ26h++BIIrvNAEqVG2fxAHS0rpMs QF/QuIrcHJtXsFqmxt7NheCs5cfRlSHDLo8/RILw7SdG4V1yCP9v9T8JabPP4HqKAmXA GrrzeG/9vSiegiZOtW0j9cZuCYuJQ6wgSUVm0xyX9DeDkbpnLVrTuBodKd2O8hUjwg0r 3zjlwWD/9e2x6nX4X5at6bkvq0OeN9SEtu6uMcCaCPRe0LRSbeqHVLdqbmf3kElUxMIf D/Gg== MIME-Version: 1.0 X-Received: by 10.107.41.148 with SMTP id p142mr73244659iop.64.1420393882850; Sun, 04 Jan 2015 09:51:22 -0800 (PST) Sender: jakub.php@gmail.com Received: by 10.107.11.30 with HTTP; Sun, 4 Jan 2015 09:51:22 -0800 (PST) In-Reply-To: References: <543A1CB9.9040205@fedoraproject.org> <5487EB7C.7040708@fedoraproject.org> Date: Sun, 4 Jan 2015 17:51:22 +0000 X-Google-Sender-Auth: 8jhOQgQL8qt6VNBHHrwCZ4JvAeY Message-ID: To: Remi Collet Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a1141d074d41af5050bd7381d Subject: Re: [PHP-DEV] PHP 7 and json From: bukka@php.net (Jakub Zelenka) --001a1141d074d41af5050bd7381d Content-Type: text/plain; charset=UTF-8 Hi, On Sun, Dec 14, 2014 at 7:38 PM, Jakub Zelenka wrote: > Hi, > > On Wed, Dec 10, 2014 at 6:43 AM, Remi Collet > wrote: >> >> >> So, please go on > > > I have ported a decoder to PHP 7. The code can be found on my github > php-src jsond branch ( for code changes see > https://github.com/bukka/php-src/compare/jsond ). It's just a replaced > decoder. The encoder is the same though. All tests are passing for me... I > haven't done any perf tests as yet. There is a big room for improvements > but it's a good start IMHO. > > I'll have more time during Christmas so I would like to improve the code > and do some benchmarks. Think we could have RFC around New Year... > > Just a quick update. I have drafted rfc ( https://wiki.php.net/rfc/jsond ). I'll soon announce it and put it under the discussion. I just need to finalize benchmarks. I have been working on it ( https://github.com/bukka/php-jsond-bench ) quite extensively in the past few weeks and it's almost done. Hopefully I'll announce it in the next few weeks. Cheers Jakub --001a1141d074d41af5050bd7381d--