Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43931 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11509 invoked from network); 14 May 2009 16:51:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 May 2009 16:51:57 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.220 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.220.220 mail-fx0-f220.google.com Received: from [209.85.220.220] ([209.85.220.220:63458] helo=mail-fx0-f220.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/B4-27038-C2C4C0A4 for ; Thu, 14 May 2009 12:51:57 -0400 Received: by fxm20 with SMTP id 20so1562690fxm.23 for ; Thu, 14 May 2009 09:51:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=4yjiB/9wABc/M5/dfIk3jurQC6pdPrrQR8Jt1/Jbb34=; b=l5UECZFPf+sFqWXN1FqPCX37Kmvj7MafNxCzbgabiyxBN7g4J2GBLiAVwhCVw+w7jx 24Al2/gcq/6IrA4rd7jZmrvWhzLn3Zh+kJcGLNlXkwEkOap3PzlfFdXnkO+QUARN4/EB OP3hdm9SvJPKVlPC5lxdVfjgrL2fJ/QGH3NrY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=HOH6/Jdak3Snt5jtBQk1syz42zg9OtRAolKz4nYLu7A7VrqmI4b2pmUb/h2x6SmgaG 3/gUHOsTAVtoYofKvkk3LU4T3ueWbOZvIDcmxfbt+h/hMIQVX6ynpTs0yd0EifkOt+uR uz/XWjxi/2MqsFoJgKzb/GR2imx10SLzJeEfI= MIME-Version: 1.0 Received: by 10.86.25.10 with SMTP id 10mr2677557fgy.79.1242319914014; Thu, 14 May 2009 09:51:54 -0700 (PDT) In-Reply-To: <4A0C4AA5.5070808@lsces.co.uk> References: <7033A53F-D4BF-437F-A6AA-AD42C3288342@prohost.org> <4A0C4AA5.5070808@lsces.co.uk> Date: Thu, 14 May 2009 18:51:53 +0200 Message-ID: <7f3ed2c30905140951y64016c6fo8322f5e45226dae4@mail.gmail.com> To: Lester Caine Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.2.10 From: hannes.magnusson@gmail.com (Hannes Magnusson) On Thu, May 14, 2009 at 18:45, Lester Caine 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. > > Since 5.3 DOES require some work to port legacy applications over Do you have a quick list of things that is required so we can document them, or maybe even fix? -Hannes