[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:

[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

[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

[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

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