Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61061 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30730 invoked from network); 1 Jul 2012 08:02:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jul 2012 08:02:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 217.70.183.196 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 217.70.183.196 relay4-d.mail.gandi.net Received: from [217.70.183.196] ([217.70.183.196:56212] helo=relay4-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/01-22757-A0400FF4 for ; Sun, 01 Jul 2012 04:02:20 -0400 X-Originating-IP: 217.70.178.144 Received: from mfilter16-d.gandi.net (mfilter16-d.gandi.net [217.70.178.144]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id 0F713172085 for ; Sun, 1 Jul 2012 10:02:16 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter16-d.gandi.net Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by mfilter16-d.gandi.net (mfilter16-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id tdf6RgSNFsYy for ; Sun, 1 Jul 2012 10:02:14 +0200 (CEST) X-Originating-IP: 82.241.130.121 Received: from dixsept.famillecollet.com (pom51-2-82-241-130-121.fbx.proxad.net [82.241.130.121]) (Authenticated sender: contact@ll-experts.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 8152817209E for ; Sun, 1 Jul 2012 10:02:14 +0200 (CEST) Message-ID: <4FF00405.1050502@fedoraproject.org> Date: Sun, 01 Jul 2012 10:02:13 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: PHP Internals References: <4FEF84D8.20107@sugarcrm.com> In-Reply-To: <4FEF84D8.20107@sugarcrm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] JSON changes in 5.3/5.4 From: remi@fedoraproject.org (Remi Collet) Le 01/07/2012 00:59, Stas Malyshev a =C3=A9crit : > Hi! >=20 > I see that there were significant changes committed to JSON extension i= n > 5.3 and 5.4 recently.=20 Another minor documentation problem: Last pecl version on json extension, released in 2006 was 1.2.1 Version included in 5.3 and 5.4 still reports as 1.2.1. If extension change (bugfix or new features) shouldn't version change ? If nobody want to take care of bundled extension version, shouldn't it be removed ? Regards, Remi.