History log of /php-src/ext/ftp/ftp.c (Results 226 – 250 of 257)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-4.0.6RC4, php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions

# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions

Revision tags: php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1, php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 1f00cff3 03-Nov-2000 foobar

Fixed ftp_mkdir(). It return the dirname passed to it in case of
braindead ftp server which doesn't put the real path into reply.
PR: 7216

# 4c2abe7d 31-Oct-2000 foobar

Both RETR and STOR have also 250 as possible return value

# 55ccb5a3 31-Oct-2000 foobar

Fix the fix.

# b45d265c 27-Oct-2000 foobar

Fixed PR: 6730. And it is mentioned also in RFC 959 to be this way.

# 11af318a 27-Oct-2000 foobar

Fixes PR: 7245

Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# c7d31495 13-Sep-2000 Derick Rethans

- Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>)
@ Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>)
@ (Derick)

Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1
# d6f2f2c3 10-Aug-2000 foobar

@- Fixed FTP module to accept multiline server replies (Jani)
# This fixed bug #4546.

Revision tags: PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# da662986 17-Jun-2000 Zeev Suraski

- Fix a couple of wranings in the FTP code and in parsedate.y
- Be safer with LC_MESSAGES
- Align with the latest Zend change in call_user_function_ex()

Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 6d51f4a7 23-May-2000 Andrew Skalski

Changed the #ifdefs around "errno = ETIMEDOUT;" to include the rest
of the statement ["if (n == 0)"]

# 32dffec0 23-May-2000 Andi Gutmans

- PHP_WIN32 macro should be used with #ifdef/#ifndef
- Always use PHP_WIN32 instead of WIN32/WINNT values

# c9158aec 23-May-2000 Frank M. Kromann

fixing type

# 34e74f8a 23-May-2000 Frank M. Kromann

chang #if to #ifdef

# 08bd9586 23-May-2000 Frank M. Kromann

making ftp module compile and work on win32

# 3ac4c966 22-May-2000 Andrew Skalski

applied Luca Montecchiani's win32 fixes (open files in binary mode
using the "b" fopen flag, and use closesocket rather than close
when closing sockets)

Revision tags: php-4.0.0, php-4.0RC2
# d0f3764e 04-May-2000 Sascha Schumann

Change reentrancy API to always use the php prefix.

Check for the declaration of reentrant functions, so that we can use
them in non-ZTS mode on all platforms.

Revision tags: PHP-4.0-RC1
# ceebb2db 22-Feb-2000 Andrew Skalski

added the ftp_site() function

Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000
# 2ba009c0 16-Feb-2000 Andrew Skalski

recognize 125 as success for put/get commands

Revision tags: BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH, PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH
# ecc77c81 27-Nov-1999 Andrew Skalski

typecast void pointer to char* for pointer arithmetic

# 2f6ded9a 26-Nov-1999 Sascha Schumann

Convert more source files to use thread-safe functions

Revision tags: ZO_B1, ZEND_OPTIMIZER_B1
# 3e59135a 19-Nov-1999 Thies C. Arntzen

<sys/time.h> is needed on linux

Revision tags: php-4.0b3
# 0cb70ef9 18-Nov-1999 Andrew Skalski

Removed stdio wrapper from sockets; added timeouts to socket ops.

Revision tags: PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# f1f8b8a9 04-Oct-1999 Andrew Skalski

Added delete and rename functions.

Revision tags: PRE_FETCH_READ_PATCH
# 0413f524 27-Sep-1999 Andrew Skalski

Added functions ftp_{pasv,size,mdtm,fget,fput}
PASV mode is now supported; file size and last-modified time can now
be fetched from servers that support them; files now may be stored to and

Added functions ftp_{pasv,size,mdtm,fget,fput}
PASV mode is now supported; file size and last-modified time can now
be fetched from servers that support them; files now may be stored to and
retrieved from open files, in addition to disk files.

show more ...

1234567891011