Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:25708 php.pecl.dev:4130 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43262 invoked by uid 1010); 14 Sep 2006 19:11:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 43246 invoked from network); 14 Sep 2006 19:11:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2006 19:11:06 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.184 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.182.184 nf-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.182.184] ([64.233.182.184:2973] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6E/5A-45066-729A9054 for ; Thu, 14 Sep 2006 15:11:06 -0400 Received: by nf-out-0910.google.com with SMTP id l24so2174925nfc for ; Thu, 14 Sep 2006 12:10:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=j2ml4YNdvdQ2TtjYW6vvq9BauVjPZMzE9aYczGKUBONLSSTxGSC3KfBxUUX2vEs5KoPswpLaS649lNx60DrLUXi6KjE2yplfAshAUPRJ9RLR7IlX9gtFplISEvpHY5QMaj8ScuFMR0f3kMqGCRUi7sc7eNZB53Zu2mlr3QhSEB4= Received: by 10.78.201.8 with SMTP id y8mr1064146huf; Thu, 14 Sep 2006 12:10:28 -0700 (PDT) Received: by 10.78.137.6 with HTTP; Thu, 14 Sep 2006 12:10:28 -0700 (PDT) Message-ID: Date: Thu, 14 Sep 2006 21:10:28 +0200 To: "Derick Rethans" Cc: PECL , "PHP Developers Mailing List" , rasmus@php.net, "Ilia Alshanetsky" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: [PHP-DEV] filter 0.10.1 release From: pierre.php@gmail.com (Pierre) Hello, On 9/14/06, Derick Rethans wrote: > On Thu, 14 Sep 2006, Pierre wrote: > > > 5.2.0RC2 has been released a couple of mins ago, just like the RC3 > > release, I like to release a > > bug fixes only Filter release. The three fixed bugs are: > > > > - filter.default has been fixed, it was broken in 0.10.0 and RC3 > > - Float filter handling of 02.324 > > - better fix of the test 035 > > > > If there is no objection, I will release it tomorrow evening. > > Just hold that off for a bit because of the API changes. I disagree, I really like to have this release to validate the fixes and the implementation. It is really important to have the wider possible audience. Having a PECL release that matches a PHP release is fine, or what is good for a PHP release is not good for a PECL release? > > Derick, you told us on IRC that you like to have an API shake up, or > > bring "consistency", I think it is now too late, we will not have any > > other RC. > > > > If you convinced Ilia about a RC5, then I'm fine. If not it is, in my > > oppinion, too dangerous to change that now. What's about post 5.2.0 > > while bringing the PECL filter package to 1.0.0-stable (a long road)? > > No, we need to have a consistent API. Final RC or not. I will not agree > to introduce an new extension with a "broken" API. You had months to disagree. I like consistency, I like stability even more. I'm not saying that filter is stable, but its code will be executed in every single install and will certainly be widely adopted, we cannot take the risk to have a broken ext in 5.2.0. Short version: wait or convince Ilia :-) --Pierre