Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57437 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13730 invoked from network); 19 Jan 2012 23:35:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jan 2012 23:35:49 -0000 Authentication-Results: pb1.pair.com header.from=info@phpgangsta.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=info@phpgangsta.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain phpgangsta.de from 85.214.28.26 cause and error) X-PHP-List-Original-Sender: info@phpgangsta.de X-Host-Fingerprint: 85.214.28.26 h1440682.stratoserver.net Linux 2.6 Received: from [85.214.28.26] ([85.214.28.26:52718] helo=h1440682.stratoserver.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A6/2B-37696-0D8A81F4 for ; Thu, 19 Jan 2012 18:35:45 -0500 Received: from [192.168.1.34] (blfd-5d822f77.pool.mediaWays.net [93.130.47.119]) by h1440682.stratoserver.net (Postfix) with ESMTPA id 8D97549CCEA4 for ; Thu, 19 Jan 2012 23:35:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=phpgangsta.de; s=mail2012; t=1327016141; bh=QTgIrtyhWpM/AhiVwNO+RLcrpF8RBuGT7ztAU8PF1JU=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=mEsM5HZHnMPV1ckweS6wQnCHGXVB8rGDOsVkIwGORrmRw3FdYW6OQi1sxg7NlKgxd iliudClGTQ+3mQcnxMuXIzVD4fqx5R2aLRHiJ5CYLuZQht/7n6tR1SS418y0c6l4V7 1IjlsgEnytnj/OU0GCVQ/F0u7HhrmJyWBqIWXSd4= Message-ID: <4F18A8C5.9020301@phpgangsta.de> Date: Fri, 20 Jan 2012 00:35:33 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: internals@lists.php.net References: <4F189F5F.20109@sugarcrm.com> In-Reply-To: <4F189F5F.20109@sugarcrm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.4.0 rc6 and release From: info@phpgangsta.de (Michael Kliewe) Hi, great to see progress! I have some small questions, please don't feel offended, I just want to know and understand: - According to this website there are still 94 test failures in 5.4 . Can you confirm all of them are minor problems? http://gcov.php.net/viewer.php?version=PHP_5_4 - There was this problem with 5.3.7 and the crypt() bug. Has there been some improvement in the process of handling test failures? For example mark expected failures as expected failures, and fix the tests or the code? Or are the failing tests "stable" since month and all of them are minor problems? - There have been 319 unique failed tests in RC5, reported by user tests. Is someone looking into them and trying to classify and/or fix them? http://qa.php.net/reports/ All in all the number of test failures still feels very high, I would be interested in your opinion. Is this "normal" for big projects like this? Again, please take these questions as normal questions, I don't want to attack anybody, I'm just interested in the process and relatively new to internal PHP development. Thanks for your work on PHP! Michael Am 19.01.2012 23:55, schrieb Stas Malyshev: > Hi! > > We'll be announcing RC6 very soon, and we're planning the final > release for February 2nd. The two weeks in between are meant for > testing and finding out any critical issues that could prevent us from > releasing 5.4.0. > If we have none of these, we will proceed with the release. To ensure > this release would not have any "surprises", I am asking again to hold > your commits to 5.4 branch unless you have a critical bug fix AND it > is approved by the RMs (myself and David). > Thanks for your help!