Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:36368 php.pecl.dev:5248 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56873 invoked from network); 23 Mar 2008 12:01:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Mar 2008 12:01:13 -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.173 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.173 wf-out-1314.google.com Received: from [209.85.200.173] ([209.85.200.173:40443] helo=wf-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/37-10593-88646E74 for ; Sun, 23 Mar 2008 07:01:12 -0500 Received: by wf-out-1314.google.com with SMTP id 27so2474571wfd.26 for ; Sun, 23 Mar 2008 05:01:09 -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=A26L43A1k5SpC5EDnsOgh2LN1q/yR/oBTjNjG+VM3fw=; b=RTchcd/XZ6QfY/NH31sLsORdhqkisECZjZFvufqO6DilZTB83DaFXKRWoKVDY59nGYswOePkg9LTTytMYQpaWID3TWJiPE/6Lk1l6I07pE0c49PHxft2ROjB+FwKMDU+9uMK9D/2WVfoVt9y7LK2SOCUudw6tSOHmO7FbBuio/s= 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=VX5AmuH0rDLRB+vI8wlOjwiexhADCMrGi1OnJqxLKhQTB2eaNX5l3SxyDM9LoToM+GKkIu448+qvfJQqkdaiqS5NO9Zjsxv+I8t2pnbD+Cn/LGWa2PUu4E6ZETsuBCz11/0XDkA3xeZRm9qbb0KnNlQCeSODklZRhLPhzH5namI= Received: by 10.142.241.10 with SMTP id o10mr3680082wfh.165.1206273669890; Sun, 23 Mar 2008 05:01:09 -0700 (PDT) Received: by 10.142.170.21 with HTTP; Sun, 23 Mar 2008 05:01:09 -0700 (PDT) Message-ID: <7f3ed2c30803230501wc48cb3frda25564f59b32d06@mail.gmail.com> Date: Sun, 23 Mar 2008 13:01:09 +0100 To: "Steph Fox" Cc: internals , pecl-dev@lists.php.net In-Reply-To: <00dc01c88c90$c34c5cc0$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> Subject: Re: [PECL-DEV] About that PECL versioning thing From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Sun, Mar 23, 2008 at 3:51 AM, Steph Fox wrote: > does anyone have any objection to the proposal at > http://wiki.php.net/rfc/peclversioning? The first step in fixing the core<->pecl relationship? \o/ Looks good. 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? -Hannes