Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81176 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37940 invoked from network); 26 Jan 2015 20:51:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2015 20:51:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.173 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.213.173 mail-ig0-f173.google.com Received: from [209.85.213.173] ([209.85.213.173:50295] helo=mail-ig0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/42-25415-5C8A6C45 for ; Mon, 26 Jan 2015 15:51:17 -0500 Received: by mail-ig0-f173.google.com with SMTP id a13so570293igq.0 for ; Mon, 26 Jan 2015 12:51:13 -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=eCZ+27zMKh2WkLnq6ZYJ3TWgWHNA8LLzy+kn9vVTl8Q=; b=d4Cfdfha6prvNqq+zUX/EsiW1x+HDogF/scFmpLhZd4/wMBvhg5iAy/qUxR7FqvlNH IDKncQw8/4cv1nyoQ3ECcAl8UeMe/5vRIFwWyrmlpLOESFs+TcqUtHpdzW6rX2cXZ35l IQ48uUqS4/HffrnE54TKzSAF+6BHz4lenq1jp2miQtK4kPThNw/y+Tatx7j1NEbO8ouO FTA0ii/X+a4CnL1uSfdIW+5WH/U/h3Tzp2l6cdxAcGbUoplGDIZoPxQPS/YgAL872mKH xegkvTfL6CFxpcuXfwBUJqE+gKdQ/eirvLXrecSNw7orDW8oEw+GLUHB+Z5KPJIhCanh EExg== MIME-Version: 1.0 X-Received: by 10.43.82.72 with SMTP id ab8mr23215855icc.76.1422305473763; Mon, 26 Jan 2015 12:51:13 -0800 (PST) Sender: jakub.php@gmail.com Received: by 10.36.116.196 with HTTP; Mon, 26 Jan 2015 12:51:13 -0800 (PST) In-Reply-To: <54C5F509.1040102@fedoraproject.org> References: <54C5F509.1040102@fedoraproject.org> Date: Mon, 26 Jan 2015 20:51:13 +0000 X-Google-Sender-Auth: qOvXxvJ90TZlwL5ZlR5HvZh92L8 Message-ID: To: Remi Collet Cc: PHP internals list Content-Type: multipart/alternative; boundary=bcaec51866d886a126050d944cd5 Subject: Re: [PHP-DEV] [VOTE] jsond From: bukka@php.net (Jakub Zelenka) --bcaec51866d886a126050d944cd5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, Jan 26, 2015 at 8:04 AM, Remi Collet wrote= : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Le 25/01/2015 18:29, Jakub Zelenka a =C3=A9crit : > > Hi All! > > > > 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. > > Minor notice: > - - php 5.x use version 1.2.x > - - pecl/jsonc and pecl/jsond (for 5.x) use version 1.3.x > > I think it will make sense to bump release to 1.4.0, so this can be > test at runtime. > > Remi. > > It makes sense. I was just about to bump it when I realized that there is still outdated package.json . Is there any reason why it should be kept? It's very outdated and looks to me that it was just copied when the original extension got in. It's also a bit inconsistent for other extensions (some have package.json but most don't) so I would like to check before removing it... Is there any use for packages.json in the core ext? --bcaec51866d886a126050d944cd5--