Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78774 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54204 invoked from network); 6 Nov 2014 02:37:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Nov 2014 02:37:55 -0000 Authentication-Results: pb1.pair.com header.from=jrbasso@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jrbasso@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.172 as permitted sender) X-PHP-List-Original-Sender: jrbasso@gmail.com X-Host-Fingerprint: 209.85.216.172 mail-qc0-f172.google.com Received: from [209.85.216.172] ([209.85.216.172:43352] helo=mail-qc0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/F4-28384-30FDA545 for ; Wed, 05 Nov 2014 21:37:55 -0500 Received: by mail-qc0-f172.google.com with SMTP id i17so129032qcy.3 for ; Wed, 05 Nov 2014 18:37:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=5PSQJFdLTHiPdb6LcDKPKlRgYqpaNoPcQpuWNxAPZdo=; b=zMvB3TBwUF5DlXFdrYlpZTOwqH0yRFGj0oYKQv1ZZkUy6KfOD5+tknQuTWt9E/HcNZ 7ezzXJ8zDBw8NGJUysWg34g5IIlw4LoaG+aRkfPrNe5QkISPYm5vmNkIm0tpGljeQE6y zEaV56UvVLHk8Ro8xa+OgDQ9/nIxBJp7pLqNncN9DcVNg1v26UubNol1t91CvmgB8X4Z P75BnlUsXQasVvV+f+FLwkgaI/Qn8n4C9W3CJS+9/PfeOTdgG0/yc1bcUeX1PyjZi6BG et4ZRdzrmUdN0yvTcvGu1C1/7NRaviBOOb/R30OkGA4zQJ5+UbIyFXPFzLjP4+9m055B yBNQ== MIME-Version: 1.0 X-Received: by 10.224.3.134 with SMTP id 6mr1973682qan.87.1415241472881; Wed, 05 Nov 2014 18:37:52 -0800 (PST) Received: by 10.140.28.181 with HTTP; Wed, 5 Nov 2014 18:37:52 -0800 (PST) In-Reply-To: References: <7CC00F2C-CE88-40A1-9A60-866F4A02F03B@ajf.me> Date: Wed, 5 Nov 2014 21:37:52 -0500 Message-ID: To: Ferenc Kovacs Cc: Andrea Faulds , Jakub Zelenka , Chris Wright , PHP Internals Content-Type: multipart/alternative; boundary=001a11c2531843394405072795fc Subject: Re: [PHP-DEV] Add a new flag for json_encode From: jrbasso@gmail.com (Juan Basso) --001a11c2531843394405072795fc Content-Type: text/plain; charset=UTF-8 After the comments I see about deprecating the constant. Makes completely sense to keep it. Thanks for the clarification. I like the idea to have it enabled by default on 7.0, but since it is not a major issue, probably keeping it as optional would makes more sense and doesn't introduce another unnecessary BC break. But if you guys wants to postpone this decision I also understand. Juan Basso --001a11c2531843394405072795fc--