Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35142 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63940 invoked by uid 1010); 3 Feb 2008 19:10:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63917 invoked from network); 3 Feb 2008 19:10:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2008 19:10:57 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 85.10.196.195 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 85.10.196.195 serveforce1.backendmedia.com Linux 2.6 Received: from [85.10.196.195] ([85.10.196.195:53419] helo=serveforce1.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/B5-31328-FB116A74 for ; Sun, 03 Feb 2008 14:10:56 -0500 Received: from Soitgoes (p57BB6566.dip.t-dialin.net [87.187.101.102]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) by serveforce1.backendmedia.com (Postfix) with ESMTP id 0FA361224C20; Sun, 3 Feb 2008 20:10:50 +0100 (CET) To: "Steph Fox" In-Reply-To: <00df01c86697$90b90ac0$c6fc1f3e@foxbox> X-Priority: 3 References: <00ce01c865c2$22f23aa0$c6fc1f3e@foxbox> <510220265.20080202204406@marcus-boerger.de> <019c01c865d5$2ebbacf0$c6fc1f3e@foxbox> <155955105.20080203001830@marcus-boerger.de> <1497821512.20080203014611@marcus-boerger.de> <47A575A9.7060903@fischer.name> <304490699.20080203115352@marcus-boerger.de> <00b301c86692$0f065230$c6fc1f3e@foxbox> <0F4513B3-129A-406E-80BA-3E6B37175E33@pooteeweet.org> <00df01c86697$90b90ac0$c6fc1f3e@foxbox> Message-ID: <5E21D718-5741-474D-B3F0-5F4BE1AEBCF9@pooteeweet.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Sun, 3 Feb 2008 20:10:23 +0100 Cc: "Pierre Joye" , "Marcus Boerger" , "Markus Fischer" , , "internals" X-Mailer: Apple Mail (2.915) X-backendmedia-com-MailScanner-Information: Please contact the ISP for more information X-backendmedia-com-MailScanner: Found to be clean X-backendmedia-com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=0.094, required 6, AWL -0.01, RDNS_DYNAMIC 0.10) X-backendmedia-com-MailScanner-From: mls@pooteeweet.org X-Spam-Status: No Subject: Re: [PDO] Re: An Idea for PDO 2 From: mls@pooteeweet.org (Lukas Kahwe Smith) On 03.02.2008, at 20:04, Steph Fox wrote: > Moin Lukas, > >>> Now, PECL has a couple of CLA'd modules already. I don't like >>> them being there, and you have stated your own opinion loud and >>> clear. I think we should be looking for some way to separate out >>> CLA'd PECL modules to elsewhere but leave the PECL structure in >>> place for those modules. It's important to offer at least that >>> much, because as long as the licensing is sound, CLA'd or not >>> CLA'd doesn't impact end users - just contributors. >> >> Well thanks to a separate PEAR channel, we have all the >> infrastructure easily setup to have a different place for users to >> pick up the code. Or are you more concerned about the CVS, than >> the distribution of the packages? > > Eh? No, I'm concerned about binaries in the Windows version. We just > don't have a working pecl install option. If anyone wants CVS they > can use cvs or tortoisecvs or whatever, but that's irrelevant to > users... Well Greg has long been talking about adding the ability to bundle binaries in PECL packages. Not sure if this is included in the next generation installer Pyrus. Again, I personally do not think that the distribution we ship would be so radically different, so this would not be an issue that would increase in importance. However sure, making it easy to get binaries to people who cannot compile would be a great thing for PECL in general. regards, Lukas