RE: [PHP-DEV] more ftp functions

2004-12-07 Thread Binam, Jesse
lto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 5:38 PM To: Adam Maccabee Trachtenberg; Binam, Jesse Cc: [EMAIL PROTECTED] Subject: RE: [PHP-DEV] more ftp functions You can lower the changes by supplying a unified diff :) Andi At 11:35 AM 12/3/2004 -0500, Adam Maccabee Trachtenberg wrote:

RE: [PHP-DEV] more ftp functions

2004-12-07 Thread Andi Gutmans
You can lower the changes by supplying a unified diff :) Andi At 11:35 AM 12/3/2004 -0500, Adam Maccabee Trachtenberg wrote: On Thu, 2 Dec 2004, 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

Re: [PHP-DEV] more ftp functions

2004-12-07 Thread 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 i

RE: [PHP-DEV] more ftp functions

2004-12-03 Thread Adam Maccabee Trachtenberg
On Thu, 2 Dec 2004, 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 ass

RE: [PHP-DEV] more ftp functions

2004-12-02 Thread Binam, Jesse
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 pr