Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68710 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3936 invoked from network); 30 Aug 2013 09:40:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Aug 2013 09:40:59 -0000 Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 212.27.42.3 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 212.27.42.3 smtp3-g21.free.fr Linux 2.6 Received: from [212.27.42.3] ([212.27.42.3:56028] helo=smtp3-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C9/E6-64695-7A860225 for ; Fri, 30 Aug 2013 05:40:59 -0400 Received: from schrodingerscat.famillecollet.com (unknown [82.241.130.121]) by smtp3-g21.free.fr (Postfix) with ESMTP id A239EA6313 for ; Fri, 30 Aug 2013 11:40:48 +0200 (CEST) Message-ID: <5220689F.2000408@fedoraproject.org> Date: Fri, 30 Aug 2013 11:40:47 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130806 Thunderbird/17.0.8 MIME-Version: 1.0 To: PHP Internals References: <521EE223.9060702@fedoraproject.org> <52205E39.5020202@seld.be> In-Reply-To: <52205E39.5020202@seld.be> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [RFC] Switch from json extension to jsonc [Discussion] From: remi@fedoraproject.org (Remi Collet) Le 30/08/2013 10:56, Jordi Boggiano a écrit : > I think it'd be best to resolve this in PHP because otherwise it means > Debian (& Fedora?) users will have the bad surprise of a quirky Debian, Fedora, Mageia, Mandriva, Ubuntu, etc. > implementation when deploying to prod, and I can imagine the > impossible-to-reproduce issues that will follow. This is clearly a important part of the proposal. Having the same json implementation in "all" PHP. Remi.