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
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
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/
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
> 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
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