Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61063 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79084 invoked from network); 1 Jul 2012 21:06:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jul 2012 21:06:41 -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:37389] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3A/C4-46945-FDBB0FF4 for ; Sun, 01 Jul 2012 17:06:40 -0400 Received: by lbgc1 with SMTP id c1so7682881lbg.29 for ; Sun, 01 Jul 2012 14:06:36 -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; bh=fZjXJdVVmQH+3CAMZ+cGg6j3pwVI4IRjduCkPW2KhYM=; b=fNlZo8qij3oBNkOkNyhFnxUI09rlEDShOXxeDD6RYPDapzCSr6PV/HJHjXfgwEbcAK 5zp3TK8mjvPrBYnhj6SNBZ+TJVXsPaM4+mvsOWjahV20c8Q/aOKhThqYRumpVnbf95hz ICN+cgGuSSPwj+85r08ptvNMXwy7N3Gb8xwUhYwSYUVmh0mi9cjDNex7jI2IVqguE2Nl 8cnQqo8gm9JX+5nk3Yet9tgqNVjfSIumY8rZVBkS54K6+B4YVvawHrl4Ns2vxdhnSqOH FNVVIkQnWgNXChe8zTJsTZgJtcYFdjlOsCQdvZppbCiWWNpr6FsSpfxt+w844IR1g+Yw xkTw== MIME-Version: 1.0 Received: by 10.112.27.226 with SMTP id w2mr5053376lbg.57.1341176796466; Sun, 01 Jul 2012 14:06:36 -0700 (PDT) Received: by 10.152.114.70 with HTTP; Sun, 1 Jul 2012 14:06:36 -0700 (PDT) In-Reply-To: <4FEF90F5.4090502@sugarcrm.com> References: <4FEF84D8.20107@sugarcrm.com> <4FEF90F5.4090502@sugarcrm.com> Date: Sun, 1 Jul 2012 23:06:36 +0200 Message-ID: To: Stas Malyshev Cc: Nikita Popov , =?ISO-8859-1?Q?Johannes_Schl=FCter?= , Pierre Joye , David Soria Parra , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: JSON changes in 5.3/5.4 From: nikita.ppv@gmail.com (Nikita Popov) On Sun, Jul 1, 2012 at 1:51 AM, Stas Malyshev wrote: > Hi! > >> If you are okay with the changes in principle, I will fix the >> remaining issues asap. If you think that the changes are too intrusive >> for release branches, I'll gladly revert them for 5.3/5.4. I didn't >> quite expect that there will be so many changes. > > I think changes with adding new functions, etc. are too intrusive for > 5.3/5.4. If you have any fixes that can be done without it, please > describe them and let's see if they fit stable versions. Otherwise, > let's go back to stable. In any case, the tests should be fixed too. I don't think one can do anything on 5.3/5.4 without altering the behavior too drastically. I reverted all changes I did there: https://github.com/php/php-src/commit/250393f92523fffe643df06a1de2101fd50a327e (5.3) https://github.com/php/php-src/commit/b7903f9778a57fda71867f9661505f635d602067 (5.4) I did not revert http://git.php.net/?p=php-src.git;a=commit;h=3f3ad30c50c32327e723046bcc6649d05dd9236a though. Leaving the decision on that one to Johannes :) Nikita