History log of /php-src/ext/ftp/php_ftp.c (Results 176 – 200 of 210)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: PRE_TSRM_MERGE_PATCH
# 8eb5a4b8 17-Jul-2001 Jason Greene

@Added support for socket and popen file types to ftp_fput (Jason)

Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6
# d926e84e 19-Jun-2001 Sebastian Bergmann

Change copyright note.

Revision tags: php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2
# 1beda9ee 24-May-2001 Stig Bakken

* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)

Revision tags: php-4.0.6RC1, php-4.0.5
# 4c823e8a 30-Apr-2001 Andi Gutmans

- Change macros from V_ to VCWD_ because of AIX name clash

Revision tags: 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
# 3cacf335 22-Nov-2000 Sascha Schumann

Run through conv_z_macros

# f1dcb32c 25-Oct-2000 Andrei Zmievski

Use zend_register_list_destructors_ex() instead.

# 7b4983c8 20-Oct-2000 Andrei Zmievski

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destruc

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destructors_ex() instead
* Updated all relevant modules to provide the resource type name
to register_list_destructors() call
* Updated var_dump() to output resource type name instead of number

@- Made resource type names visible, e.g. var_dump() and
@ get_resource_type() display "file" for file resources. (Andrei)

show more ...

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

123456789