summaryrefslogtreecommitdiff
path: root/ext/ftp
Commit message (Expand)AuthorAgeFilesLines
* Fixed ZTS buildIlia Alshanetsky2002-10-131-4/+6
* some FTP servers return 32bit port numbers.Stefan Esser2002-10-041-1/+1
* swapped conditions to correct the logicStefan Esser2002-10-032-2/+4
* Added ftp_ssl_connect() for FTP over SSL.Stefan Esser2002-10-034-22/+238
* renamed ftp_async_* into ftp_nb_*Stefan Esser2002-10-034-58/+58
* Make these all work with persistent streams too.Wez Furlong2002-09-251-3/+3
* fix some warnings.Wez Furlong2002-09-231-2/+2
* Removed unnecessary code that was added for NetWareAnantha Kesari H Y2002-09-111-90/+0
* NetWare related additions/modifications into FTP filesAnantha Kesari H Y2002-09-052-4/+124
* Fix ZTS build.Sebastian Bergmann2002-08-253-4/+4
* Remove php_stream_error as discussed with Rasmus.Wez Furlong2002-08-252-64/+45
* Fixed compile warning.Ilia Alshanetsky2002-08-211-1/+1
* Fix typoRasmus Lerdorf2002-08-131-1/+1
* Fix warnings.Sebastian Bergmann2002-08-082-7/+1
* ftp_close returns now TRUE on success and FALSE on failure.Stefan Esser2002-07-301-1/+1
* Do not leak data connection.Stefan Esser2002-07-271-0/+2
* Fizing ZTS buildFrank M. Kromann2002-07-261-0/+2
* [EXPERIMENTAL] Added functions for asynchronous FTP transfersStefan Esser2002-07-264-8/+601
* fixed cut & paste typoStefan Esser2002-07-261-1/+1
* @- FTP extension does support (auto)resuming now.Stefan Esser2002-07-265-54/+155
* Switch streams socket abstraction to use a timeval structure instead of anJason Greene2002-07-221-1/+5
* ws fixfoobar2002-07-111-1/+1
* Fix bug: #14052foobar2002-07-111-0/+3
* - Initialize var properlyDerick Rethans2002-07-091-1/+1
* @- Added optional 3rd parameter 'recursive' to ftp_rawlist() which willfoobar2002-07-043-9/+10
* Unify error messagesDerick Rethans2002-06-271-10/+10
* - Fix #16348.Markus Fischer2002-03-301-1/+1
* Fix ftp_size() returning bogus results.Vlad Krupin2002-03-181-0/+2
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-0/+2
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-2/+2
* Allow php_stream_copy_to_stream to do nothing when used with codeWez Furlong2002-03-161-1/+1
* This should help with some build problems/warnings under win32.Wez Furlong2002-03-161-2/+2
* change * formattingWez Furlong2002-03-162-3/+3
* New PHP streams...Wez Furlong2002-03-153-62/+43
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-7/+1
* Correct the header file ordering. From 'man 3 inet' (FreeBSD 4.5):Jon Parise2002-03-071-1/+4
* Maintain headers.Sebastian Bergmann2002-02-284-6/+4
* Added php_sockaddr_size() in network.c (and the header file). This is usedStig Venaas2002-02-101-3/+4
* Added IPv6 supportStig Venaas2002-01-062-114/+95
* - 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
* - Added ftp_set_option(), ftp_get_option() and support for setting aMarkus Fischer2002-01-024-49/+171
* - 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-012-374/+221
* Fixed a proto.Egon Schmid2001-12-301-1/+1
* proto fixHartmut Holzgraefe2001-12-151-1/+1
* Update headers.Sebastian Bergmann2001-12-114-8/+8