Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28058 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71279 invoked by uid 1010); 16 Feb 2007 10:39:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71264 invoked from network); 16 Feb 2007 10:39:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Feb 2007 10:39:11 -0000 Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:58327] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/DE-40589-EC985D54 for ; Fri, 16 Feb 2007 05:39:11 -0500 Received: (qmail 26358 invoked from network); 16 Feb 2007 10:37:24 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 16 Feb 2007 10:37:24 -0000 Message-ID: <45D589C4.402@zend.com> Date: Fri, 16 Feb 2007 13:39:00 +0300 User-Agent: Thunderbird 2.0b2 (X11/20070116) MIME-Version: 1.0 To: php-dev References: <45D47062.1010405@zend.com> <45D4DCF3.2050007@zend.com> In-Reply-To: <45D4DCF3.2050007@zend.com> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RCs explained (draft) From: antony@zend.com (Antony Dovgal) On 02/16/2007 01:21 AM, Antony Dovgal wrote: > We also can add a detailed description of what is release candidate, what's the difference comparing to a release etc. to qa.php.net > and add a link to that page in the block. Actually, I'll try to write something tomorrow. Please comment and correct (if needed). Release Candidates ------------------ 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. 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