Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28077 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38272 invoked by uid 1010); 19 Feb 2007 17:41:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 38257 invoked from network); 19 Feb 2007 17:41:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2007 17:41:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; 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:33356] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/B3-10467-C51E9D54 for ; Mon, 19 Feb 2007 12:41:49 -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 78C581B34A3; Mon, 19 Feb 2007 18:41:46 +0100 (CET) Date: Mon, 19 Feb 2007 18:40:31 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <62103963.20070219184031@marcus-boerger.de> To: Antony Dovgal CC: php-dev In-Reply-To: <45D589C4.402@zend.com> References: <45D47062.1010405@zend.com> <45D4DCF3.2050007@zend.com> <45D589C4.402@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, Friday, February 16, 2007, 11:39:00 AM, you wrote: > 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. This should read: You can help yourself... > 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