Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43978 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16193 invoked from network); 15 May 2009 08:39:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2009 08:39:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.218.161 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.218.161 mail-bw0-f161.google.com Received: from [209.85.218.161] ([209.85.218.161:40553] helo=mail-bw0-f161.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/2E-27038-14A2D0A4 for ; Fri, 15 May 2009 04:39:30 -0400 Received: by bwz5 with SMTP id 5so1928020bwz.23 for ; Fri, 15 May 2009 01:39:26 -0700 (PDT) Received: by 10.103.160.10 with SMTP id m10mr2153346muo.50.1242376766816; Fri, 15 May 2009 01:39:26 -0700 (PDT) Received: from Macintosh-401.local (host81-99-static.42-85-b.business.telecomitalia.it [85.42.99.81]) by mx.google.com with ESMTPS id g1sm2613906muf.26.2009.05.15.01.39.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 15 May 2009 01:39:26 -0700 (PDT) Message-ID: <4A0D2A3B.2030809@lerdorf.com> Date: Fri, 15 May 2009 10:39:23 +0200 User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: Lukas Kahwe Smith CC: PHP Developers Mailing List References: <4A0D2825.4030208@lerdorf.com> <63B4BB15-49B0-4597-BB3E-1A56E770976B@pooteeweet.org> In-Reply-To: <63B4BB15-49B0-4597-BB3E-1A56E770976B@pooteeweet.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] README.UPDATE_5_3 From: rasmus@lerdorf.com (Rasmus Lerdorf) Lukas Kahwe Smith wrote: > > On 15.05.2009, at 10:30, Rasmus Lerdorf wrote: > >> In the 5.2 release we have a very nice README.UPDATE_5_2 file that >> explains the changes in 5.2. Could we get a volunteer to do the same >> for 5.3 now that we are close to getting 5.3 out the door? >> >> I guess I could do it, but I am hoping someone already has most of it >> done and just hasn't committed it yet. > > > Actually we already have something thx to Steph: > http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?view=markup&pathrev=PHP_5_3 > > It probably needs some updating and tweaking. Philipp volunteered to > take a look, since I did not hear from Steph in a while and when I last > inquired about this guide a few days ago. Ah, new filename. Let's delete README.UPDATE_5.2 from the 5_3 branch then and make sure we put in references to this new UPGRADING file in the release text. -Rasmus