summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.c
Commit message (Collapse)AuthorAgeFilesLines
* - Fix #16348.Markus Fischer2002-03-301-1/+1
|
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-2/+2
| | | | | | leaking streams should be easier. # I hate these big commits
* Allow php_stream_copy_to_stream to do nothing when used with codeWez Furlong2002-03-161-1/+1
| | | | | that calculates a max length of zero. (Thanks again Marcus).
* This should help with some build problems/warnings under win32.Wez Furlong2002-03-161-2/+2
| | | | | | | Someone still needs to add the streams.c file to the MSVC project/workspace though (there are so many that I don't really know what I am doing :-).
* New PHP streams...Wez Furlong2002-03-151-44/+32
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* - Now use ZE's builtin zend_zval_type_name().Markus Fischer2002-01-031-35/+1
|
* - FTP_BINARY is more common instead of FTP_IMAGE.Markus Fischer2002-01-031-1/+1
|
* Please, no punctuation mark at the end of the description.Egon Schmid2002-01-031-4/+4
|
* - Corrected proto for ftp_connect() (new optional parameter for initialMarkus Fischer2002-01-021-1/+1
| | | | | custom timeout).
* - Added ftp_set_option(), ftp_get_option() and support for setting aMarkus Fischer2002-01-021-12/+115
| | | | | | custom timeout. # Adding custom buffer size would be next, no promises though.
* - Fixed ftp_fget() and ftp_mkdir() protos.Markus Fischer2002-01-021-2/+2
|
* - Corrected proto for ftp_fget().Markus Fischer2002-01-021-1/+1
|
* - Switched to zend_parse_parameters(), unified error/warning messages,Markus Fischer2002-01-011-373/+220
| | | | | | use real resources instead of integers, adjusted prototypes (hope I got them all).
* Fixed a proto.Egon Schmid2001-12-301-1/+1
|
* proto fixHartmut Holzgraefe2001-12-151-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* - Missed oneAndi Gutmans2001-12-031-4/+4
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+10
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* WhitespaceZeev Suraski2001-08-111-1/+1
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+2
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-3/+3
|
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-1/+1
|
* @Added support for socket and popen file types to ftp_fput (Jason)Jason Greene2001-07-171-4/+6
|
* Change copyright note.Sebastian Bergmann2001-06-191-21/+9
|
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-4/+4
|
* Run through conv_z_macrosSascha Schumann2000-11-221-32/+32
|
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-1/+1
|
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-2/+3
| | | | | | | | | | | | | * 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)
* more cleanup of info codeDaniel Beulshausen2000-10-081-1/+9
|
* - Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>)Derick Rethans2000-09-131-0/+31
| | | | | | @ Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>) @ (Derick)
* Beautified some protos.Egon Schmid2000-08-081-3/+2
|
* The description for protos need no period.Egon Schmid2000-07-131-7/+7
|
* - Fix a couple of wranings in the FTP code and in parsedate.yZeev Suraski2000-06-171-1/+1
| | | | | | - Be safer with LC_MESSAGES - Align with the latest Zend change in call_user_function_ex()
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-21/+21
|
* - PHP_WIN32 macro should be used with #ifdef/#ifndefAndi Gutmans2000-05-231-2/+2
| | | | | - Always use PHP_WIN32 instead of WIN32/WINNT values
* making ftp module compile and work on win32Frank M. Kromann2000-05-231-0/+1
|
* applied Luca Montecchiani's win32 fixes (open files in binary modeAndrew Skalski2000-05-221-0/+8
| | | | | | using the "b" fopen flag, and use closesocket rather than close when closing sockets)
* executor_globals is always passed to MINIT functionsSascha Schumann2000-05-071-3/+0
|
* Make ftp buildable as shared moduleSascha Schumann2000-05-021-0/+4
|
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-151-2/+2
|
* - Hopefully got most of them. We also need a chdir_file function likeAndi Gutmans2000-03-301-2/+2
| | | | | for Apache.
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
| | | | | directory name.
* added the ftp_site() functionAndrew Skalski2000-02-221-0/+30
|
* More php3 cleanupZeev Suraski1999-12-171-17/+3
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-2/+2
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* More php3_ annihilationZeev Suraski1999-12-171-4/+4
|
* Include header file for php_file_le_fopen()Sascha Schumann1999-12-121-0/+2
|
* ZTS compile fixesThies C. Arntzen1999-12-081-0/+3
|