History log of /PHP-5.3/ext/ftp/php_ftp.c (Results 76 – 100 of 118)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.1.1
# 052d5fc8 15-Dec-2001 Hartmut Holzgraefe

proto fix


Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0
# 288d9622 03-Dec-2001 Andi Gutmans

- Missed one


Revision tags: php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1
# 68925208 11-Oct-2001 Stig Bakken

* zend_module_entry change: apino, debug and zts are moved first,
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)


Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE
# f6f6c4d7 11-Aug-2001 Zeev Suraski

Whitespace


Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# aa1772ca 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation


# 797a079a 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work, and a bit of cleanup


# 7b1c4006 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation (Zend compatibility patch)


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


12345