Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43164 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65214 invoked from network); 24 Feb 2009 05:44:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Feb 2009 05:44:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:35266] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/25-29217-83983A94 for ; Tue, 24 Feb 2009 00:44:26 -0500 Received: from MBOERGER-ZRH (cpe-69-203-102-127.nyc.res.rr.com [69.203.102.127]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 4F23611F148; Tue, 24 Feb 2009 06:44:21 +0100 (CET) Date: Tue, 24 Feb 2009 06:44:17 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <5410446686.20090224064417@marcus-boerger.de> To: KaiGai Kohei CC: internals@lists.php.net In-Reply-To: <49A38166.7080003@ak.jp.nec.com> References: <49A38166.7080003@ak.jp.nec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] How to contribute a new extension? From: helly@php.net (Marcus Boerger) Hello KaiGai, Tuesday, February 24, 2009, 6:11:02 AM, you wrote: > Hi, > I'm one of the developers in the SELinux. > I have an extension of PHP to provide interfaces to communicate > with SELinux, and would like to propose them to the official PHP. > Now I'm looking for informations about steps to propose a new > extension. Could someone point to me? > I could not find introductions to submit patches. :( > The following pages show specifications and implementations that > I would like to propose: > http://code.google.com/p/sepgsql/wiki/Memo_PHP_SELinux > http://code.google.com/p/sepgsql/source/browse/misc/php-selinux/ > But I'm not clear for what should I do in the next. > - What is the correct list to submit a patch? > - What base version of PHP should I make a patch toward? > - What facilities are necessary except for the code? > (I guess documentation and testcases are required.) > - Who can admit the patch inclusion? > Sorry, I'm not good at development cycle in this community... Nice. Now to get your work into PHP you need to propose it to PELC (PHP Extension Community Library). To do so follow here: http://pecl.php.net/account-request.php Normally those extensions are developed with the their source in th epecl repository, thus you need a CVS account. Also note that we have restrictions on the possible licenses. marcus > Thanks, > -- > OSS Platform Development Division, NEC > KaiGai Kohei Best regards, Marcus