Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43942 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37224 invoked from network); 14 May 2009 18:10:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 May 2009 18:10:10 -0000 Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain prohost.org from 74.125.78.25 cause and error) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 74.125.78.25 ey-out-2122.google.com Received: from [74.125.78.25] ([74.125.78.25:12614] helo=ey-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 62/3A-27038-18E5C0A4 for ; Thu, 14 May 2009 14:10:10 -0400 Received: by ey-out-2122.google.com with SMTP id 22so420400eye.59 for ; Thu, 14 May 2009 11:10:07 -0700 (PDT) Received: by 10.216.73.197 with SMTP id v47mr961222wed.12.1242324606845; Thu, 14 May 2009 11:10:06 -0700 (PDT) Received: from ?192.168.1.169? (TOROON63-1176059019.sdsl.bell.ca [70.25.60.139]) by mx.google.com with ESMTPS id x6sm624560gvf.21.2009.05.14.11.10.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 14 May 2009 11:10:06 -0700 (PDT) Cc: PHP Development Message-ID: To: Andrei Zmievski In-Reply-To: <4A0C575E.3020305@gravitonic.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Thu, 14 May 2009 14:10:02 -0400 References: <7033A53F-D4BF-437F-A6AA-AD42C3288342@prohost.org> <4A0C575E.3020305@gravitonic.com> X-Mailer: Apple Mail (2.935.3) Subject: Re: [PHP-DEV] PHP 5.2.10 From: ilia@prohost.org (Ilia Alshanetsky) This is a new feature, so it would be more appropriate for 5.3/6 more so then for 5.2 IMHO. Ilia Alshanetsky On 14-May-09, at 1:39 PM, Andrei Zmievski wrote: > Ilia Alshanetsky wrote: >> We have a fair number of fixes in the 5.2 branch already and while >> 5.3 is making very good progress I think it is still ways off in >> terms of final release and stabilization. I think it makes sense to >> do one more 5.2 release before 5.3 is out and 5.2 can be >> discontinued. I would like to roll an RC1 by May 28th, so please >> get your fixes in. > > I would really like to make a patch to ext/json to expose the > encoding/decoding functions so that they can be called from other > extensions. I should be able to wrap this up in the next few days. > > -Andrei