Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23535 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63091 invoked by uid 1010); 17 May 2006 12:22:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63076 invoked from network); 17 May 2006 12:22:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 May 2006 12:22:03 -0000 X-PHP-List-Original-Sender: cellog@php.net X-Host-Fingerprint: 66.79.163.178 bluga.net Linux 2.5 (sometimes 2.4) (4) Received: from ([66.79.163.178:46850] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 0B/17-19568-B651B644 for ; Wed, 17 May 2006 08:22:03 -0400 Received: from mail.bluga.net (mail.bluga.net [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 5990C27FB4; Wed, 17 May 2006 05:28:23 -0700 (PDT) Received: from [211.48.55.248] (unknown [211.48.55.248]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id B892727FA8; Wed, 17 May 2006 05:28:21 -0700 (PDT) Message-ID: <446B155E.5050002@php.net> Date: Wed, 17 May 2006 08:21:50 -0400 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sebastian Bergmann Cc: internals@lists.php.net References: <4468848D.5020602@php.net> <1645696871.20060515204232@marcus-boerger.de> <446916F5.9050804@php.net> <200605160807.13383.phil@dialsolutions.co.uk> <8F732C3B-08BF-4E39-82CB-255D1C75C0EB@prohost.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] PHP Release Process Sucks From: cellog@php.net (Greg Beaver) Sebastian Bergmann wrote: > Ilia Alshanetsky wrote: > >>For every RC we already send an e-mail to about 12 projects asking them >>to test their code against the release and let us know of any issues >>that come up. > > > Sadly, this does not seem to work. Maybe because nobody from the > projects feels responsible? Geez tensions are running high. I am the tester for PEAR, and I tested the PEAR Installer (I do not test the gazillion packages that I don't maintain) and it worked great with PHP 5.1.4. PEAR doesn't use $_POST and I did not detect any errors. In the past I have found at least 4 PHP bugs when testing PEAR with PHP. The fact is, most of the bugs I find are found the instant they are introduced as I use the CVS of PHP_5_X for my testing. In fact the system is working quite well from my end, but I can't vouch for other projects. Greg