Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78731 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61063 invoked from network); 5 Nov 2014 16:45:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Nov 2014 16:45:42 -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.175 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.213.175 mail-ig0-f175.google.com Received: from [209.85.213.175] ([209.85.213.175:34191] helo=mail-ig0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 53/22-50436-5345A545 for ; Wed, 05 Nov 2014 11:45:42 -0500 Received: by mail-ig0-f175.google.com with SMTP id h3so9079846igd.8 for ; Wed, 05 Nov 2014 08:45:38 -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=RQnDuAI2UIOzK4rSt1PC9P+Epz1IIYAOSciAqCHIl1M=; b=g6fW+E877faq4M5oomG5GlQ9zEdA4Dlqi5h2pHnZWvM/flUHn4aV7JAtuDKyzUNZwO ZtPpG7P0BYR1GqSm7jApSVwzv1V+RhD8xsf0OI/SxURRaNatIvVzTKapjivHoMohU00/ tknrBM7GjtVPm++o0jS2B39b/PWIjAf/t8uU8Rsv9krrCIIN5136P0cb8qTqw1/Y/RIM GiCQOs4JeowM557pKtc760tdA3UJtBTjyuIHvpPegTJKT+2w1niNbzJyd2B0otrhXmJi zVr7YfgcBwW4LYu1Wfvvm+KPseMZp2s4TsF9YjrHNxpGMEpZtav61FFz7r9z90++y9nB f05g== MIME-Version: 1.0 X-Received: by 10.107.138.26 with SMTP id m26mr17557763iod.64.1415205938649; Wed, 05 Nov 2014 08:45:38 -0800 (PST) Sender: jakub.php@gmail.com Received: by 10.107.11.217 with HTTP; Wed, 5 Nov 2014 08:45:38 -0800 (PST) In-Reply-To: References: Date: Wed, 5 Nov 2014 16:45:38 +0000 X-Google-Sender-Auth: szyjvU_RxIGoDSwleXSH6vqFpFs Message-ID: To: Chris Wright Cc: Ferenc Kovacs , Juan Basso , PHP Internals Content-Type: multipart/alternative; boundary=001a113ff6aa41e29205071f4f63 Subject: Re: [PHP-DEV] Add a new flag for json_encode From: bukka@php.net (Jakub Zelenka) --001a113ff6aa41e29205071f4f63 Content-Type: text/plain; charset=UTF-8 On Wed, Nov 5, 2014 at 2:33 PM, Chris Wright wrote > > > I'm afraid I have to disagree here, I don't like the idea of changing this > behaviour without making it controllable > If we make it default, then we could of course add a new constants that would allow the old behaviour. What I'm trying to say is that it doesn't make sense to add something to micro release and then change it (deprecate it) in PHP 7. I don't have problem with a new flag if the current behaviour stays but it should be decided before we make this change. There is no big hurry that we need to add it immediately. Cheers Jakub --001a113ff6aa41e29205071f4f63--