Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14011 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56413 invoked by uid 1010); 7 Dec 2004 14:05:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 56336 invoked from network); 7 Dec 2004 14:05:58 -0000 Received: from unknown (HELO wproxy.gmail.com) (64.233.184.201) by pb1.pair.com with SMTP; 7 Dec 2004 14:05:58 -0000 Received: by wproxy.gmail.com with SMTP id 49so24239wri for ; Tue, 07 Dec 2004 06:05:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=sckehxSOyKlPoo5NHj1FxhiMTi2Bncu130f0W+j0bFnUyc3SouL79J41Y9ATwtclGkXnmcV6+gM/P1a7XTW/uX51u+zo4a3KK99kh2xf32d1HYvRCPg34ghJOwqWyeeBLCHxzAozchjTwcClrkk/HqX3hMsULoYFgqmibK5ly/I= Received: by 10.54.19.15 with SMTP id 15mr471575wrs; Tue, 07 Dec 2004 06:05:57 -0800 (PST) Received: by 10.54.59.23 with HTTP; Tue, 7 Dec 2004 06:05:57 -0800 (PST) Message-ID: <4e89b426041207060517d5d081@mail.gmail.com> Date: Tue, 7 Dec 2004 09:05:57 -0500 Reply-To: Wez Furlong To: "Binam, Jesse" Cc: internals@lists.php.net In-Reply-To: <5367F26C013DE8429873569307F6F4A35AAD84@OCC01MX023.na.simplot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <5367F26C013DE8429873569307F6F4A35AAD84@OCC01MX023.na.simplot.com> Subject: Re: [PHP-DEV] more ftp functions From: kingwez@gmail.com (Wez Furlong) There's a README.SUBMITTING-PATCH file in the PHP source that gives a fair amount detail on the preferred way to contribute to the project. It boils down to submitting a patch (unified diff) against HEAD of CVS to the internals list and CC'ing it to the appropriate extension maintainer(s) (there is an EXTENSIONS file that should be more or less up to date with who is looking after what). Welcome :) --Wez. On Thu, 2 Dec 2004 23:50:10 -0700, Binam, Jesse wrote: > > Let me rephrase that. This is my first contribution to php or any open > source project for that matter, and I have no idea what the process is. Do I > need to write the code first and submit a patch to someone? Do I need to > work with someone since I assume don't have CVS write access? Is the process > in the comments or documented somewhere and I am going to get flamed for not > reading them? ;)