Newsgroups: php.internals,php.internals.win Path: news.php.net Xref: news.php.net php.internals:45230 php.internals.win:561 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81928 invoked from network); 6 Aug 2009 21:46:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2009 21:46:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.134 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.134 mailout2.netbeat.de Linux 2.6 Received: from [83.243.58.134] ([83.243.58.134:55234] helo=mailout2.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/69-37691-33F4B7A4 for ; Thu, 06 Aug 2009 17:46:29 -0400 Received: (qmail 15025 invoked by uid 89); 6 Aug 2009 22:24:16 -0000 Received: from unknown (HELO ?192.168.1.102?) (johannes%schlueters.de@88.217.61.197) by mailout2.netbeat.de with ESMTPA; 6 Aug 2009 22:24:16 -0000 To: PHP Internals Cc: internals-win Content-Type: text/plain Date: Thu, 06 Aug 2009 23:46:23 +0200 Message-ID: <1249595183.3879.19.camel@goldfinger.johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 7bit Subject: PHP 5.3.1 RC 1 From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, following Ilia's notice I want to give a heads-up for 5.3.1 RC1, too. We have quite many fixes in SVN and the packaging script was successful in my test. I want to try to keep it along the same schedule as Ilia with 5.2 so we can keep commit limitations - in case we need them - as limited as possible. This means: "The aim is to have RC1 next week thursday and if all goes well a final release by the end of August." The biggest item I want to see fixed is the Sparc memory alignment bug (#48668) which currently gives lots of trouble when using PHP on SPARC, David is working on that and hopes to get a fix till RC1 done. Jani and others pointed me this morning (Europe time) to a few other bugs on IRC, if you see any critical issues please let me know. Thanks, johannes P.S. What is the current proposed tagging strategy? One of the proposals in a thread about that was Creating a branch (cp in branches/), verify it, converting to a tag (mv banches/... tags/) -- any experience there?