Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21051 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13577 invoked by uid 1010); 6 Dec 2005 05:29:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13562 invoked from network); 6 Dec 2005 05:29:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2005 05:29:09 -0000 X-Host-Fingerprint: 69.12.155.130 69-12-155-130.dsl.static.sonic.net Linux 2.4/2.6 Received: from ([69.12.155.130:1180] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id C2/34-14828-4A125934 for ; Tue, 06 Dec 2005 00:29:09 -0500 Received: from localhost ([127.0.0.1] helo=stumpy) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1EjUZu-00051R-00; Mon, 05 Dec 2005 20:37:22 -0800 Message-ID: <002801c5fa26$56d1f9f0$7d051fac@stumpy> To: "D . Walsh" Cc: References: <53AC9B30-67C0-43B5-9693-62E7B970A37B@daleenterprise.com> Date: Mon, 5 Dec 2005 21:31:36 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: module submission. From: pollita@php.net ("Sara Golemon") Send a post to pecl-dev@lists.php.net containing a description of your extenion, the library(s) it links against, the license you plan to release it under and (since you've already got it written) a link to a tarball containing the source code for initial review. Once it's been approved, you can apply for a CVS and PECL account, and create a package entry at pecl.php.net (optionally storing the package in CVS). -Sara ----- Original Message ----- From: "D . Walsh" Newsgroups: php.internals To: "PHP-DEV" Sent: Monday, December 05, 2005 9:24 PM Subject: module submission. > I'm part of a dev team and I've been charged with writing a PHP module, > there was one being developed but it had too many issues and the original > developer gave up because he couldn't make it work with different > versions bof the software or different versions of PHP > > I've completed the module and now that I've extensively tested the module > in (too) many versions of PHP and several OS's to ensure compatibility > and functionality, I've been asked to submit it for inclusion in the PHP > source distribution. > > This is all very new to me and I've tried looking at php.net but wasn't > able to locate any instructions for submission so I'm writing to the dev > list for further assistance. > > So, where do I go from here? > > How long is the usual submission process?? > > -- Dale