Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:4550 php.pecl.dev:65 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39724 invoked by uid 1010); 22 Sep 2003 23:02:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 39605 invoked from network); 22 Sep 2003 23:02:49 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 22 Sep 2003 23:02:49 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 09F711488087; Mon, 22 Sep 2003 16:02:11 -0700 (PDT) Received: from zaneeb.brainnet.i (gate.thebrainroom.net [195.149.29.154]) by mx.thebrainroom.net (Postfix) with ESMTP id 490981488087; Mon, 22 Sep 2003 16:02:04 -0700 (PDT) Received: from TITAN (titan.brainnet.i [192.168.2.7]) by zaneeb.brainnet.i (8.11.6/8.11.6) with SMTP id h8MN2eU20811; Tue, 23 Sep 2003 00:02:40 +0100 Message-ID: <039c01c3815d$9e89d2c0$0702a8c0@TITAN> To: "Brian Foddy" Cc: "PHP internals" , References: <20030919005007.40870.qmail@pb1.pair.com> <062401c37e8e$13031210$0702a8c0@TITAN> <3F6F0E09.1030402@nwa.com> Date: Tue, 23 Sep 2003 00:02:38 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,QUOTED_EMAIL_TEXT,REFERENCES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] Re: PHP Extension authors - please join the PECL community From: wez@thebrainroom.com ("Wez Furlong") > Wez, > Thanks for the note. I don't see a pecl-dev list on the php subscription > web site. How do we subscribe? Tucked away at the bottom of my announcement were the instructions: To subscribe to the PECL developers mailing list, send email to: pecl-dev-subscribe@lists.php.net We are working on a PECL specific web site, but need to iron a few things out before announcing it officially - some time this week we hope. > Would you suggest moving my (largely inactive) project > php-tuxedo (php-tuxedo.sourceforge.net) into PECL? I haven't > made any updates to it in over a year. There is still a lot of work > to be done but just haven't found the time to get back to it. I believe > what's there is stable and useable, but I could use some configuration > help. Personally, I think sourceforge is becoming less usable these days as the quantity of people using it increases, so I'd definitely host a php related project using the php facilities over sourceforge any day. As for your project - if its something that others could help you finish up, its probably worth putting into our CVS, as it will probably die a slow death lingering on sourceforge otherwise. If your extension isn't totally dead (eg: it has some users), then you probably should move it to PECL. > If you suggest moving this project, anything I should consider? You can download a tarball of your CVS from sourceforge, right? You'd probably want to make it available to someone who has root access to our CVS server and who would be prepared to tweak the module so that it can live under PECL. This way, you would preserve history. If you're not interested in the past (live in the now!) you can just import your latest release. Lastly, and quite importantly, what license applies? (please browse the pecl-dev archives on this matter - there aren't many posts to read through). --Wez.