Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43938 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27532 invoked from network); 14 May 2009 17:39:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 May 2009 17:39:49 -0000 Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 209.85.216.125 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 209.85.216.125 mail-px0-f125.google.com Received: from [209.85.216.125] ([209.85.216.125:42677] helo=mail-px0-f125.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/18-27038-4675C0A4 for ; Thu, 14 May 2009 13:39:49 -0400 Received: by pxi31 with SMTP id 31so655926pxi.29 for ; Thu, 14 May 2009 10:39:45 -0700 (PDT) Received: by 10.142.226.7 with SMTP id y7mr898228wfg.79.1242322785511; Thu, 14 May 2009 10:39:45 -0700 (PDT) Received: from barley.local (64-71-7-198.static.wiline.com [64.71.7.198]) by mx.google.com with ESMTPS id 32sm517973wfa.13.2009.05.14.10.39.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 14 May 2009 10:39:44 -0700 (PDT) Message-ID: <4A0C575E.3020305@gravitonic.com> Date: Thu, 14 May 2009 10:39:42 -0700 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Ilia Alshanetsky CC: PHP Development References: <7033A53F-D4BF-437F-A6AA-AD42C3288342@prohost.org> In-Reply-To: <7033A53F-D4BF-437F-A6AA-AD42C3288342@prohost.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.2.10 From: andrei@gravitonic.com (Andrei Zmievski) 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