Re: [PHP-DEV] [PATCH] ftp extension safe_mode awareness patch

2002-03-17 Thread derick
On Sun, 17 Mar 2002 [EMAIL PROTECTED] wrote: > On Sun, Mar 17, 2002 at 03:12:27PM +0100, [EMAIL PROTECTED] wrote: > > > > Do you mean 'uploaded' or 'downloaded' here? > > > > depends on your point of view ;) downloaded to the php server, uploaded onto > the php server. (anyway meant are files

Re: [PHP-DEV] [PATCH] ftp extension safe_mode awareness patch

2002-03-17 Thread sesser
On Sun, Mar 17, 2002 at 03:12:27PM +0100, [EMAIL PROTECTED] wrote: > > Do you mean 'uploaded' or 'downloaded' here? > depends on your point of view ;) downloaded to the php server, uploaded onto the php server. (anyway meant are files retrieved with ftp_get) stefan -- PHP Development Mailin

Re: [PHP-DEV] [PATCH] ftp extension safe_mode awareness patch

2002-03-17 Thread derick
On Sun, 17 Mar 2002 [EMAIL PROTECTED] wrote: > Hi, > > I want your comments. This patch adds safe_mode awareness to the > ftp extension. It was done against the 4.2.0 tree because there > must be some changes in the extension because of streams and so > i wanted to ensure that it is working firs