[PHP-CVS] cvs: php4 /ext/ftp ftp.c php_ftp.c /ext/openssl xp_ssl.c /main php_network.h

2003-02-27 Thread Jani Taskinen
sniper Fri Feb 28 02:25:14 2003 EDT Modified files: /php4/ext/ftp ftp.c php_ftp.c /php4/ext/openssl xp_ssl.c /php4/main php_network.h Log: - No need to include the ssl headers elsewhere but in ext/openssl # ext/ftp doesn't use streams yet so i

[PHP-CVS] cvs: php4 /ext/ftp ftp.c php_ftp.c

2003-02-14 Thread Ilia Alshanetsky
iliaa Fri Feb 14 15:15:11 2003 EDT Modified files: /php4/ext/ftp ftp.c php_ftp.c Log: CS fixes. Index: php4/ext/ftp/ftp.c diff -u php4/ext/ftp/ftp.c:1.78 php4/ext/ftp/ftp.c:1.79 --- php4/ext/ftp/ftp.c:1.78 Thu Feb 13 17:20:21 2003 +++ php4/ext/ftp

[PHP-CVS] cvs: php4 /ext/ftp ftp.c php_ftp.c

2003-01-06 Thread Ilia Alshanetsky
iliaa Mon Jan 6 21:47:24 2003 EDT Modified files: /php4/ext/ftp ftp.c php_ftp.c Log: MFB + CS Index: php4/ext/ftp/ftp.c diff -u php4/ext/ftp/ftp.c:1.70 php4/ext/ftp/ftp.c:1.71 --- php4/ext/ftp/ftp.c:1.70 Fri Jan 3 09:21:17 2003 +++ php4/ext/ftp/

Re: [PHP-CVS] cvs: php4 /ext/ftp ftp.c php_ftp.c

2002-09-11 Thread Ananth Kesari
Oops:-) Will correct this! Thanks, Ananth. >>> Andi Gutmans <[EMAIL PROTECTED]> 09/08/02 03:46PM >>> There should be a standard way of writing this. It kind of sucks to have two lines with almost exactly the same code. At 10:13 AM 9/5/2002 +, Anantha Kesari H Y wrote: >+#if defined(NETWARE

Re: [PHP-CVS] cvs: php4 /ext/ftp ftp.c php_ftp.c

2002-09-08 Thread Sterling Hughes
> There should be a standard way of writing this. It kind of sucks to have > two lines with almost exactly the same code. > > At 10:13 AM 9/5/2002 +, Anantha Kesari H Y wrote: > >+#if defined(NETWARE) && !defined(USE_WINSOCK) > >+ if (getsockname(ftp->fd, (struct sockaddr*) &ftp->local

Re: [PHP-CVS] cvs: php4 /ext/ftp ftp.c php_ftp.c

2002-09-08 Thread Andi Gutmans
There should be a standard way of writing this. It kind of sucks to have two lines with almost exactly the same code. At 10:13 AM 9/5/2002 +, Anantha Kesari H Y wrote: >+#if defined(NETWARE) && !defined(USE_WINSOCK) >+ if (getsockname(ftp->fd, (struct sockaddr*) &ftp->localaddr, >(uns