History log of /PHP-5.4/ext/ftp/php_ftp.c (Results 76 – 100 of 128)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: help
# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 7603d137 03-Jan-2002 Markus Fischer

- Now use ZE's builtin zend_zval_type_name().


# 84b948a1 03-Jan-2002 Markus Fischer

- FTP_BINARY is more common instead of FTP_IMAGE.


# e941df5d 03-Jan-2002 Egon Schmid

Please, no punctuation mark at the end of the description.


# f7bd3841 02-Jan-2002 Markus Fischer

- Corrected proto for ftp_connect() (new optional parameter for initial
custom timeout).


# 9bde60d1 02-Jan-2002 Markus Fischer

- Added ftp_set_option(), ftp_get_option() and support for setting a
custom timeout.
# Adding custom buffer size would be next, no promises though.


# 83ccb3e5 02-Jan-2002 Markus Fischer

- Fixed ftp_fget() and ftp_mkdir() protos.


# 7c197409 02-Jan-2002 Markus Fischer

- Corrected proto for ftp_fget().


# 8559f372 01-Jan-2002 Markus Fischer

- Switched to zend_parse_parameters(), unified error/warning messages,
use real resources instead of integers, adjusted prototypes (hope I got
them all).


# adee5f94 30-Dec-2001 Egon Schmid

Fixed a proto.


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


123456