History log of /PHP-5.4/ext/ftp/php_ftp.c (Results 101 – 125 of 128)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.3
# d667e055 08-Oct-2000 Daniel Beulshausen

more cleanup of info code


Revision tags: 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
# 3bc8b9dc 08-Aug-2000 Egon Schmid

Beautified some protos.


Revision tags: PRE_FILE_COMPILE_API_CHANGE
# 411280eb 13-Jul-2000 Egon Schmid

The description for protos need no period.


Revision tags: 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
# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


# 32dffec0 23-May-2000 Andi Gutmans

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


# 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
# fa254b62 07-May-2000 Sascha Schumann

executor_globals is always passed to MINIT functions


# dbf959d0 02-May-2000 Sascha Schumann

Make ftp buildable as shared module


# 1665cba7 15-Apr-2000 Andi Gutmans

- Change PHP_ to V_ (directory & file functions)


# 9c3d6304 30-Mar-2000 Andi Gutmans

- Hopefully got most of them. We also need a chdir_file function like
for Apache.


Revision tags: PHP-4.0-RC1
# d02fe90b 06-Mar-2000 Stig Bakken

Change extension names in all extensions' zend_module_entry to their
directory name.


# 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, BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH, PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND
# 502bb9c7 17-Dec-1999 Zeev Suraski

More php3 cleanup


# fb1c77bd 17-Dec-1999 Zeev Suraski

- Made PHP_VERSION and PHP_OS work again
- More php3_ cleanup
@- Restored the PHP_VERSION and PHP_OS constants (Zeev)


# a3c65143 17-Dec-1999 Zeev Suraski

More php3_ annihilation


Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP
# 9279df20 12-Dec-1999 Sascha Schumann

Include header file for php_file_le_fopen()


# 19023f3a 08-Dec-1999 Thies C. Arntzen

ZTS compile fixes


Revision tags: PRE_RETURN_REF_PATCH, ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# b5c3c7bf 15-Oct-1999 Thies C. Arntzen

files are now resources, file.c is thread-safe, the le_ vars are no longer shared,
but they are accessible thru "php_file_le_socket(), php_file_le_uploads()..."
i also updated the ftp, pdf an

files are now resources, file.c is thread-safe, the le_ vars are no longer shared,
but they are accessible thru "php_file_le_socket(), php_file_le_uploads()..."
i also updated the ftp, pdf and file-upload stuff to match the new requirements.
@- Cleaned up File-Module (Thies)

show more ...


# 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 ...


Revision tags: before-sapi-split
# 1e573a9a 23-Sep-1999 Andrew Skalski

fixed php3 code problem


# 4b0707cf 22-Sep-1999 Andrew Skalski

Added optional port argument to ftp_connect()


123456