Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28080 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83506 invoked by uid 1010); 19 Feb 2007 19:03:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83491 invoked from network); 19 Feb 2007 19:03:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2007 19:03:09 -0000 Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 85.214.94.56 cause and error) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Received: from [85.214.94.56] ([85.214.94.56:60857] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/CA-10467-C64F9D54 for ; Mon, 19 Feb 2007 14:03:09 -0500 Received: from [192.168.1.3] (dslb-084-063-053-066.pools.arcor-ip.net [84.63.53.66]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 89D8B1B363A; Mon, 19 Feb 2007 20:03:05 +0100 (CET) Date: Mon, 19 Feb 2007 20:01:51 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <853119350.20070219200151@marcus-boerger.de> To: Antony Dovgal CC: php-dev In-Reply-To: <45D9E88B.1020004@zend.com> References: <45D47062.1010405@zend.com> <45D4DCF3.2050007@zend.com> <45D589C4.402@zend.com> <62103963.20070219184031@marcus-boerger.de> <45D9E88B.1020004@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RCs explained (draft) From: helly@php.net (Marcus Boerger) Hello Antony, Monday, February 19, 2007, 7:12:27 PM, you wrote: > On 02/19/2007 08:40 PM, Marcus Boerger wrote: >>> Release candidates are development packages released to check if any critical >>> problems have slipped into the code during the previous development period. >>> Release candidates are NOT for production use, they are for testing purposes only >>> even though in most cases there are (almost) no differences between the general >>> availability (GA) release and the last RC. >>> You can help us detect problems by installing and testing release candidates >>> on your own (non-production!) server. >> >> This should read: You can help yourself... > I believe running the test engine and providing us with feedback users help _us_ in the first place. If they only help us they wouldn't do anything. So we need to make clear that they help themselves by running the tests and their own software. >>> Installation problems. >>> First of all, make sure the build process (on *nix only) and installation went fine for you. >>> PHP supports quite a number of operating systems on different platforms and we continue >>> to work on increasing this number. >>> Although, you might encounter some problems during the installation and we would >>> like to know about them. >> >>> Test engine. >>> When done with the build, please run the test engine by using the 'make test' command >>> and send us the results (hit 'Y' when it asks you whether to send the report). >>> This way we'll receive the required information about your system to fix the problems >>> detected by the test suite (if any). >> >>> Real-life tests. >>> We would also appreciate if you install the RC on your development server and run >>> your software. This would help us to detect any (unintentional) changes between >>> the release candidates and general releases. >>> Such real-life tests are the most valuable because our test suite obviously cannot >>> cover every possible use case (but we're working on that). > -- > Wbr, > Antony Dovgal Best regards, Marcus