Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61058 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99244 invoked from network); 30 Jun 2012 23:39:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jun 2012 23:39:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:64715] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/26-58870-34E8FEF4 for ; Sat, 30 Jun 2012 19:39:48 -0400 Received: by lbgc1 with SMTP id c1so6976540lbg.29 for ; Sat, 30 Jun 2012 16:39:43 -0700 (PDT) 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:content-transfer-encoding; bh=m7u7ZfEuSgcMvDDLPoPSJCZWusEnvi1UFxrLGqUR0rY=; b=DiaOWeFFNj57LW6JIvcUj54YWaK3d0cEfM3LKgjXnP/Jst4uVkpkkpil79iiZAUqfh VbIZQUr3d2D0hVTualkHMM7KVpq7wEV9l7BGQ4ErQfNDsEE/Tz6aeXAJJ3PuF64nYe1x 1iOAmoW9+r2e3hkxh44aNEVle4mYqKeaF+veP1xwoB1T5isJxS8HhNyookkb2isG+jC3 mtdhmet1T5OhUdl+SAprLTTT8dRjhgA7xvOc5p6hCWBBlKuIY33ofiDCPag1jbPQ/ng0 ChkMOpyqUQjsDafZ+fqlvtjhb2NLKf95az7P5q54fIHTPZCcnXbz8y6gv4w3CCh2Qtu/ XPDw== MIME-Version: 1.0 Received: by 10.152.125.116 with SMTP id mp20mr7266167lab.19.1341099583120; Sat, 30 Jun 2012 16:39:43 -0700 (PDT) Received: by 10.152.114.70 with HTTP; Sat, 30 Jun 2012 16:39:43 -0700 (PDT) In-Reply-To: <1341098856.2302.14.camel@guybrush> References: <4FEF84D8.20107@sugarcrm.com> <1341098856.2302.14.camel@guybrush> Date: Sun, 1 Jul 2012 01:39:43 +0200 Message-ID: To: =?ISO-8859-1?Q?Johannes_Schl=FCter?= Cc: Stas Malyshev , Nikita Popov , Pierre Joye , David Soria Parra , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: JSON changes in 5.3/5.4 From: nikita.ppv@gmail.com (Nikita Popov) On Sun, Jul 1, 2012 at 1:27 AM, Johannes Schl=FCter wrote: > I think in 5.3 we don't need changes. 5.3 is a stable stable stable > branch. Fixing bugs, ok, changing behavior: No go. Agreed. One question: When I revert the changes to 5.3 should I also revert the original change that was released in 5.3.14? (http://git.php.net/?p=3Dphp-src.git;a=3Dcommit;h=3D3f3ad30c50c32327e723046= bcc6649d05dd9236a) The change was reverted on 5.4, but was missed on 5.3. It is present only in that one release and is currently not documented in any way. Nikita