[PHP-CVS] cvs: php4 /ext/standard ftp_fopen_wrapper.c

2003-06-17 Thread Sara Golemon
pollita Tue Jun 17 23:26:29 2003 EDT Modified files: /php4/ext/standard ftp_fopen_wrapper.c Log: Fix compiler warnings Index: php4/ext/standard/ftp_fopen_wrapper.c diff -u php4/ext/standard/ftp_fopen_wrapper.c:1.57 php4/ext/standard/ftp_fopen_wrapper.c:1.58 --

[PHP-CVS] cvs: php4 /ext/standard ftp_fopen_wrapper.c

2003-02-24 Thread Ilia Alshanetsky
iliaa Mon Feb 24 23:20:22 2003 EDT Modified files: /php4/ext/standard ftp_fopen_wrapper.c Log: Fixed bug #22402 (opening of ftp for read/write could fail due to invalid return code handling). Solution suggested by [EMAIL PROTECTED] Index: php4/ext/stan

[PHP-CVS] cvs: php4 /ext/standard ftp_fopen_wrapper.c http_fopen_wrapper.c /main streams.c

2003-02-13 Thread Ilia Alshanetsky
iliaa Thu Feb 13 09:40:17 2003 EDT Modified files: /php4/main streams.c /php4/ext/standard http_fopen_wrapper.c ftp_fopen_wrapper.c Log: Added 'x' mode for fopen() used on local files. This mode will create a new file only if a file does not already exis

[PHP-CVS] cvs: php4 /ext/standard ftp_fopen_wrapper.c

2002-11-25 Thread Stefan Esser
sesser Mon Nov 25 17:53:58 2002 EDT Modified files: /php4/ext/standard ftp_fopen_wrapper.c Log: tmp_line was possible uninitialised, resulting in crap error messages. Index: php4/ext/standard/ftp_fopen_wrapper.c diff -u php4/ext/standard/ftp_fopen_wrappe

[PHP-CVS] cvs: php4 /ext/standard ftp_fopen_wrapper.c

2002-11-25 Thread Ilia Alshanetsky
iliaa Mon Nov 25 17:00:53 2002 EDT Modified files: /php4/ext/standard ftp_fopen_wrapper.c Log: Added a check to determine if the file can be retrieved or sent. This check also prevents incorrect error reporting in the event the retrieval or the sending of th

[PHP-CVS] cvs: php4 /ext/standard ftp_fopen_wrapper.c

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 22:02:52 2002 EDT Modified files: /php4/ext/standard ftp_fopen_wrapper.c Log: Fixed compile warning when compiling without openssl support. Index: php4/ext/standard/ftp_fopen_wrapper.c diff -u php4/ext/standard/ftp_fopen_wrapper.c:1.37 ph

[PHP-CVS] cvs: php4 /ext/standard ftp_fopen_wrapper.c

2002-11-05 Thread Marcus Börger
helly Tue Nov 5 06:17:45 2002 EDT Modified files: /php4/ext/standard ftp_fopen_wrapper.c Log: silence #when i get this code right tmp_line is not initialised, too. #Therefore php_stream_wrapper_log_error() will be called with #undefined value, will it?

[PHP-CVS] cvs: php4 /ext/standard ftp_fopen_wrapper.c

2002-10-04 Thread Stefan Esser
sesser Fri Oct 4 17:58:39 2002 EDT Modified files: /php4/ext/standard ftp_fopen_wrapper.c Log: some broken ftp servers return 32bit port numbers. Index: php4/ext/standard/ftp_fopen_wrapper.c diff -u php4/ext/standard/ftp_fopen_wrapper.c:1.35 php4/ext/

[PHP-CVS] cvs: php4 /ext/standard ftp_fopen_wrapper.c

2002-09-21 Thread Derick Rethans
derick Sat Sep 21 14:25:05 2002 EDT Modified files: /php4/ext/standard ftp_fopen_wrapper.c Log: - Fix ZTS build Index: php4/ext/standard/ftp_fopen_wrapper.c diff -u php4/ext/standard/ftp_fopen_wrapper.c:1.33 php4/ext/standard/ftp_fopen_wrapper.c:1.34 ---

[PHP-CVS] cvs: php4 /ext/standard ftp_fopen_wrapper.c /main network.c php_network.h

2002-09-08 Thread Stefan Esser
sesser Sun Sep 8 18:26:11 2002 EDT Modified files: /php4/ext/standard ftp_fopen_wrapper.c /php4/main network.c php_network.h Log: Added possibility to reuse an old SSL session id. Ugly but needed for f.e.: debians ftpd-ssl Index: php4/ex

[PHP-CVS] cvs: php4 /ext/standard ftp_fopen_wrapper.c

2002-09-08 Thread Shane Caraveo
shane Sun Sep 8 16:52:03 2002 EDT Modified files: /php4/ext/standard ftp_fopen_wrapper.c Log: someone missed code requiring ssl Index: php4/ext/standard/ftp_fopen_wrapper.c diff -u php4/ext/standard/ftp_fopen_wrapper.c:1.30 php4/ext/standard/ftp_fopen_w

[PHP-CVS] cvs: php4 /ext/standard ftp_fopen_wrapper.c

2002-09-08 Thread Stefan Esser
sesser Sun Sep 8 15:35:43 2002 EDT Modified files: /php4/ext/standard ftp_fopen_wrapper.c Log: ftp(s) fopen() wrapper does no longer ignore the ip returned by PASV. Index: php4/ext/standard/ftp_fopen_wrapper.c diff -u php4/ext/standard/ftp_fopen_wrappe

[PHP-CVS] cvs: php4 /ext/standard ftp_fopen_wrapper.c

2002-09-08 Thread Stefan Esser
sesser Sun Sep 8 15:11:08 2002 EDT Modified files: /php4/ext/standard ftp_fopen_wrapper.c Log: Control connection gets closed in ssl mode now, too. Index: php4/ext/standard/ftp_fopen_wrapper.c diff -u php4/ext/standard/ftp_fopen_wrapper.c:1.28 php4/ex