Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81177 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39533 invoked from network); 26 Jan 2015 20:54:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2015 20:54:18 -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.182 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.223.182 mail-ie0-f182.google.com Received: from [209.85.223.182] ([209.85.223.182:58686] helo=mail-ie0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 33/A2-25415-979A6C45 for ; Mon, 26 Jan 2015 15:54:18 -0500 Received: by mail-ie0-f182.google.com with SMTP id ar1so11223038iec.13 for ; Mon, 26 Jan 2015 12:54:15 -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=iDKWcODkPjZPkzkTGVwL48fIZkmaxFHO0Ay7edoz3fo=; b=OhMFr4/M7xQYbaBACOOqaxiSnQk2+YLHuvLMq3DxCzVhm077NMXc3npnngJRxeMzru iXTurM32xdrtjQR6eQT+UfshQ49ZLaZu8px9GID7c3NWiVOTrHdIKtzJmZ8Ie6n4YGfp QfB02in8A6fR7yurWYazN67PCis34IzH1aMvIdHTGuvM5jIUxJ7GCABoqm1HbM/O9jOv YHeSIEg+4X15ioHYd4AV6SIthX8rI9+MRhKnlX47xYcLQf1E+vM7roY7RmdQq93KiK96 Ckq5bkfFR4EI6RUTGKGNpA6jcdpXYEGdaKZNMgyNXx769kCDkrYE7OoQTDFKhWT9Y/hY GXqQ== MIME-Version: 1.0 X-Received: by 10.42.102.148 with SMTP id i20mr22464643ico.39.1422305655004; Mon, 26 Jan 2015 12:54:15 -0800 (PST) Sender: jakub.php@gmail.com Received: by 10.36.116.196 with HTTP; Mon, 26 Jan 2015 12:54:14 -0800 (PST) In-Reply-To: References: Date: Mon, 26 Jan 2015 20:54:14 +0000 X-Google-Sender-Auth: S4_5jglcypSzQSQhGmHkoPyTHuk Message-ID: To: Levi Morrison Cc: PHP internals list Content-Type: multipart/alternative; boundary=20cf3011e325542628050d9457b1 Subject: Re: [PHP-DEV] [VOTE] jsond From: bukka@php.net (Jakub Zelenka) --20cf3011e325542628050d9457b1 Content-Type: text/plain; charset=UTF-8 On Mon, Jan 26, 2015 at 8:07 PM, Levi Morrison wrote: > > 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. No extra features ;). It's the same as the old one except the BC change mentioned in the RFC Cheers Jakub --20cf3011e325542628050d9457b1--