summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.c
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Fixed bug #26113 (remove leftover local file when ftp_get/ftp_nb_getIlia Alshanetsky2003-11-041-0/+2
| | | | | fails).
* Bug #25314 ASCII mode transfers behaving like binary when initiated from ↵Sara Golemon2003-09-081-16/+16
| | | | windows.
* MFH: Compiler warning fixes.Ilia Alshanetsky2003-08-281-2/+2
|
* Another broken prototypeZeev Suraski2003-08-071-1/+1
|
* Fix prototypeZeev Suraski2003-08-071-1/+1
|
* MFHfoobar2003-06-271-3/+3
|
* Bug #14369. ftp extension allows circumvention of safe_mode restrictionsSara Golemon2003-05-171-0/+40
|
* Fixed bug #23004 (When ftp_close() is called, sent QUIT to the ftp server)Ilia Alshanetsky2003-04-031-0/+2
|
* fixing missed int to long with zend_parse_parametersDavid Hill2003-03-101-1/+1
|
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-071-10/+20
| | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave)
* MFHIlia Alshanetsky2003-01-071-7/+8
|
* Changed perror() to php_error_docref(), fixed bug #21309.Ilia Alshanetsky2003-01-071-4/+3
| | | | | | | | | Made extension use ZE memory allocation wrappers, fixed a memory leak in ftp_mkdir. Removed duplicate ftp_syst() call inside ftp_systype(). # A larger patch with CS fixes will be applied to HEAD shortly.
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* MFHIlia Alshanetsky2002-12-061-0/+1
|
* Added ftp_ssl_connect() for FTP over SSL.Stefan Esser2002-10-031-0/+42
|
* renamed ftp_async_* into ftp_nb_*Stefan Esser2002-10-031-26/+26
|
* Make these all work with persistent streams too.Wez Furlong2002-09-251-3/+3
|
* NetWare related additions/modifications into FTP filesAnantha Kesari H Y2002-09-051-0/+10
|
* Fix ZTS build.Sebastian Bergmann2002-08-251-1/+1
|
* Remove php_stream_error as discussed with Rasmus.Wez Furlong2002-08-251-48/+41
| | | | | Unify error messages for ext/ftp. (which was using php_stream_error).
* Fix typoRasmus Lerdorf2002-08-131-1/+1
|
* Fix warnings.Sebastian Bergmann2002-08-081-1/+1
|
* ftp_close returns now TRUE on success and FALSE on failure.Stefan Esser2002-07-301-1/+1
|
* [EXPERIMENTAL] Added functions for asynchronous FTP transfersStefan Esser2002-07-261-1/+269
|
* fixed cut & paste typoStefan Esser2002-07-261-1/+1
|
* @- FTP extension does support (auto)resuming now.Stefan Esser2002-07-261-44/+115
| | | | | Added (Auto)Resuming functionality to ftp_(f)get/(f)put via optional 5th parameter.
* ws fixfoobar2002-07-111-1/+1
|
* - Initialize var properlyDerick Rethans2002-07-091-1/+1
|
* @- Added optional 3rd parameter 'recursive' to ftp_rawlist() which willfoobar2002-07-041-3/+4
| | | | | | | @ do 'LIST -R' instead of 'LIST'. (Jani) # tested too..and it even works. :) # (removed that Z_TYPE_P() pollution also..)
* Unify error messagesDerick Rethans2002-06-271-10/+10
|
* - 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
|