Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30128 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81662 invoked by uid 1010); 8 Jun 2007 15:14:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81646 invoked from network); 8 Jun 2007 15:14:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jun 2007 15:14:45 -0000 Authentication-Results: pb1.pair.com header.from=news@sea.gmane.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.2 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.2 main.gmane.org Linux 2.5 (sometimes 2.4) (4) Received: from [80.91.229.2] ([80.91.229.2:60865] helo=ciao.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C0/D7-27700-26279664 for ; Fri, 08 Jun 2007 11:14:43 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Hwfh4-0007D0-3i for internals@lists.php.net; Fri, 08 Jun 2007 16:44:02 +0200 Received: from blueice3n1.uk.ibm.com ([195.212.29.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jun 2007 16:44:02 +0200 Received: from cem by blueice3n1.uk.ibm.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jun 2007 16:44:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Fri, 08 Jun 2007 15:17:11 +0100 Lines: 8 Message-ID: References: <4658DD8A.8050004@gmail.com> <10845a340705290716h33d23284j1714658e7e6d504c@mail.gmail.com> <9bf34f240705290756v59f30bb6s1a06eb591164c857@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: blueice3n1.uk.ibm.com User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) In-Reply-To: <9bf34f240705290756v59f30bb6s1a06eb591164c857@mail.gmail.com> Sender: news Subject: Re: [PHP-DEV] RE: Fixing PECL + Core From: cem@php.net (Caroline Maynard) Gaetano Giunta wrote: > As a side note: does anyone think that providing on pecl4win compiled > versions corresponding to the official pecl package releases besides the > "compiled from cvs" versions would be a good idea? Yes, the way it works at present does bother me. For this reason, in my extension we develop in a branch, and merge into HEAD at each release. It's a rather upside-down way of working, but it does the job.