Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:36379 php.pecl.dev:5251 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85958 invoked from network); 23 Mar 2008 14:07:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Mar 2008 14:07:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.200.172 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.200.172 wf-out-1314.google.com Received: from [209.85.200.172] ([209.85.200.172:26109] helo=wf-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/1D-10593-D2466E74 for ; Sun, 23 Mar 2008 09:07:41 -0500 Received: by wf-out-1314.google.com with SMTP id 27so2513538wfd.26 for ; Sun, 23 Mar 2008 07:07:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=HJ0eUjcnRf8MHqE7h6zgUtnF6mxiYbQ6TN8IvTaY5rs=; b=tcmsCURzeWF6wUomnv8Anjy/FFkIKFgBgutQdYeLLXovicf0Y1fkvgveCF1S1zoG1MtlDQErKb2vRREH/ld6ZKq6T70Wyuzw94ogxw9l9m94eR8zt9WS/Rtw72e3gdqSO+zhjMkPKzD0rX3y/pET+11TGkblqfm8ex4PaF7J+nw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bJ7shxzXynEG2G40xz3PlHAHODgct/XnyrAHSilvQ2AYgCkrWdNO0IjlT97yH60Rx73STPF+hbdBf0b7iV08hdSjLvPz9SoPsdeZfwowijV5yOjcs8ezkQFfSCDoRu/58souVtP/FLbHziZDuwVLSqOWY2v6876IWqPXngMJatA= Received: by 10.142.178.13 with SMTP id a13mr3742916wff.146.1206281258429; Sun, 23 Mar 2008 07:07:38 -0700 (PDT) Received: by 10.142.170.21 with HTTP; Sun, 23 Mar 2008 07:07:38 -0700 (PDT) Message-ID: <7f3ed2c30803230707g66b3aad4r99fd70d977078cce@mail.gmail.com> Date: Sun, 23 Mar 2008 15:07:38 +0100 To: "Steph Fox" Cc: "=?ISO-8859-1?Q?Johannes_Schl=FCter?=" , internals , pecl-dev@lists.php.net In-Reply-To: <006d01c88cea$a4319d50$c6fc1f3e@foxbox> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <00dc01c88c90$c34c5cc0$c6fc1f3e@foxbox> <7f3ed2c30803230501wc48cb3frda25564f59b32d06@mail.gmail.com> <1206275969.31721.31.camel@goldfinger> <006d01c88cea$a4319d50$c6fc1f3e@foxbox> Subject: Re: [PECL-DEV] About that PECL versioning thing From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Sun, Mar 23, 2008 at 2:34 PM, Steph Fox wrote: > Hi, > > > >> The first step in fixing the core<->pecl relationship? \o/ > > That's the basic idea, yes. > > > >> But what about extensions that are symlinked to core? Will they need > >> to update their version info during core release cycles? > >> It obviously shouldn't have a -dev version when distributed with PHP.. > >> Is it up to the RM to hunt those extensions down and make sure the > >> version info is accurate? > > > > Just removing the "-dev" in the version number would be wrong (as is > > symlinking), a Stable PHP release should include "stable" extensions. > > Not dev versions of the extension. So one of the ideas is to fetch the > > last stable extension release for a PHP release, but well, then there's > > the problem that everybody (people using snaps, people using CVS, ...) > > end up with different versions which makes QA hard. (not to mention bug > > hunting trouble with people using the latest release but updated a > > single extension, ....) > > But we already have those problems now. Labelling the version just makes it > more obvious that we have those problems :) Exactly. So lets deal with one problem at a time Johannes. But Steph: Your RFC doesn't mention how to deal with the problem. During development the extension should be -dev... so who is responsible to change it back during PHP releases? -Hannes