Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29357 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98901 invoked by uid 1010); 8 May 2007 21:56:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98886 invoked from network); 8 May 2007 21:56:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 May 2007 21:56:35 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 66.79.163.178 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 66.79.163.178 bluga.net Linux 2.5 (sometimes 2.4) (4) Received: from [66.79.163.178] ([66.79.163.178:59016] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/1A-01189-312F0464 for ; Tue, 08 May 2007 17:56:35 -0400 Received: from mail.bluga.net (mail.bluga.net [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 4C25C87369; Tue, 8 May 2007 14:57:04 -0700 (PDT) Received: from [192.168.0.106] (CPE-72-133-60-163.neb.res.rr.com [72.133.60.163]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id C5BBA87363; Tue, 8 May 2007 14:57:03 -0700 (PDT) Message-ID: <4640F261.4040600@chiaraquartet.net> Date: Tue, 08 May 2007 16:57:53 -0500 User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 To: Pierre CC: Marcus Boerger , internals@lists.php.net References: <139872287.20070504170744@marcus-boerger.de> <1062653277.20070507092725@marcus-boerger.de> <463ED871.8080606@zend.com> <463F1B3A.3070703@pooteeweet.org> <463F74EA.7030704@zend.com> <1377895609.20070507211530@marcus-boerger.de> <463F8909.6000709@zend.com> <1376921277.20070508103616@marcus-boerger.de> 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] [RFC] Starting 5.3 From: greg@chiaraquartet.net (Gregory Beaver) Pierre wrote: > I'm in general in favour of phar but I don't think we should start 5.3 > for it. I don't think either that it is stable enough to be bundled. I > doubt it is possible to have a stable package in only three public > releases (even the first public release was already marked stable). FYI, there were two beta releases prior to 1.0.0 stable, with months in between the releases for testing, plus the test coverage at gcov is quite good. Not that these are fantastic indicators of stability as we all know but it is something :) Greg