Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78738 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73262 invoked from network); 5 Nov 2014 17:24:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Nov 2014 17:24:53 -0000 Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.208 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.208 imap2-3.ox.privateemail.com Received: from [192.64.116.208] ([192.64.116.208:33169] helo=imap2-3.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 78/B4-50436-46D5A545 for ; Wed, 05 Nov 2014 12:24:52 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id BFE928C007B; Wed, 5 Nov 2014 12:24:49 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at imap2.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap2.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id vV0NW3-hR2GU; Wed, 5 Nov 2014 12:24:49 -0500 (EST) Received: from oa-res-26-28.wireless.abdn.ac.uk (oa-res-26-28.wireless.abdn.ac.uk [137.50.26.28]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 898D68C0081; Wed, 5 Nov 2014 12:24:47 -0500 (EST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) In-Reply-To: Date: Wed, 5 Nov 2014 17:24:45 +0000 Cc: Jakub Zelenka , Juan Basso , Chris Wright , PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: <7CC00F2C-CE88-40A1-9A60-866F4A02F03B@ajf.me> References: To: Ferenc Kovacs X-Mailer: Apple Mail (2.1990.1) Subject: Re: [PHP-DEV] Add a new flag for json_encode From: ajf@ajf.me (Andrea Faulds) > On 5 Nov 2014, at 17:01, Ferenc Kovacs wrote: >=20 > 2, there is a chance that there are some exotic apps/systems which are > already depending on the fact that php will/was used to send out 1 = instead > of 1.0, and while we can break BC in a major release, the migration = for > those people would be much easier if they just have to change/set some > options for their json_encode calls. It=E2=80=99d be even easier if we change nothing so they don=E2=80=99t = need to touch their JSON code. -- Andrea Faulds http://ajf.me/