Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81174 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33558 invoked from network); 26 Jan 2015 20:07:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2015 20:07:10 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.176 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.214.176 mail-ob0-f176.google.com Received: from [209.85.214.176] ([209.85.214.176:34654] helo=mail-ob0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BB/81-25415-D6E96C45 for ; Mon, 26 Jan 2015 15:07:09 -0500 Received: by mail-ob0-f176.google.com with SMTP id va2so9790187obc.7 for ; Mon, 26 Jan 2015 12:07:07 -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=o+pT7UFm5VA4pIQAQqLhek3iuDUzLuwAG7crDoXVBvA=; b=Bj4judXpT4vnNIJDJD7pIx6u5/VSyxjxEIMJ/bkHxfno9VFFZhUXWY6+DcKoxAgwv+ 6k0YGBadVxzL3Nv56b1mcCoF3VopQ7aRtEh68zRMp8ur5RZ3WqPnVsJ7mf2jFnvF6YGk ES7G6D/URHj/EnRBUSf8nzQK7zZaCATOpMANt3G3US1SSkHg+HW26RJaLvSq8pNiqKhH SP32EoNz0OmTKF3yiyOID1+pJlt9HhFTVHIfIJYG3YLWIjx0buK37STgEPt5WCFkqn6S wGzz4ObLDWJ0QtORNBEq8WgD2vxsk/CPd33e5m+Z/LRpvU5UvirQnEcysFIanzdcCiKv 7crQ== MIME-Version: 1.0 X-Received: by 10.60.114.40 with SMTP id jd8mr14033633oeb.12.1422302827108; Mon, 26 Jan 2015 12:07:07 -0800 (PST) Sender: morrison.levi@gmail.com Received: by 10.76.103.37 with HTTP; Mon, 26 Jan 2015 12:07:07 -0800 (PST) In-Reply-To: References: Date: Mon, 26 Jan 2015 13:07:07 -0700 X-Google-Sender-Auth: Wvxz82YlZDUiH4jZcy0KGWwN1VM Message-ID: To: Jakub Zelenka Cc: PHP internals list Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [VOTE] jsond From: levim@php.net (Levi Morrison) > Voting on jsond is now open: > > https://wiki.php.net/rfc/jsond > > It's a simple Yes/No vote whether jsond should replace the current json > extension in PHP 7. Before I vote I want to double-check something that I didn't find explicitly mentioned in the RFC and at a quick glance in the implementation I couldn't tell either: does this support any non-standard features such as comments? I am hoping that the lack of it being mentioned means it isn't there, but I want to double-check first.