Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ftp_close returns now TRUE on success and FALSE on failure. | Stefan Esser | 2002-07-30 | 1 | -1/+1 |
| | |||||
* | Do not leak data connection. | Stefan Esser | 2002-07-27 | 1 | -0/+2 |
| | |||||
* | Fizing ZTS build | Frank M. Kromann | 2002-07-26 | 1 | -0/+2 |
| | |||||
* | [EXPERIMENTAL] Added functions for asynchronous FTP transfers | Stefan Esser | 2002-07-26 | 4 | -8/+601 |
| | |||||
* | fixed cut & paste typo | Stefan Esser | 2002-07-26 | 1 | -1/+1 |
| | |||||
* | @- FTP extension does support (auto)resuming now. | Stefan Esser | 2002-07-26 | 5 | -54/+155 |
| | | | | | Added (Auto)Resuming functionality to ftp_(f)get/(f)put via optional 5th parameter. | ||||
* | Switch streams socket abstraction to use a timeval structure instead of an | Jason Greene | 2002-07-22 | 1 | -1/+5 |
| | | | | | | | | integer to allow subsecond timeouts. This supports the previous behavior of fsockopen() Fixes bug #16261 | ||||
* | ws fix | foobar | 2002-07-11 | 1 | -1/+1 |
| | |||||
* | Fix bug: #14052 | foobar | 2002-07-11 | 1 | -0/+3 |
| | |||||
* | - Initialize var properly | Derick Rethans | 2002-07-09 | 1 | -1/+1 |
| | |||||
* | @- Added optional 3rd parameter 'recursive' to ftp_rawlist() which will | foobar | 2002-07-04 | 3 | -9/+10 |
| | | | | | | | @ do 'LIST -R' instead of 'LIST'. (Jani) # tested too..and it even works. :) # (removed that Z_TYPE_P() pollution also..) | ||||
* | Unify error messages | Derick Rethans | 2002-06-27 | 1 | -10/+10 |
| | |||||
* | - Fix #16348. | Markus Fischer | 2002-03-30 | 1 | -1/+1 |
| | |||||
* | Fix ftp_size() returning bogus results. | Vlad Krupin | 2002-03-18 | 1 | -0/+2 |
| | | | | | # make sure the server is in BINARY mode before requesting file size. | ||||
* | TSRMLS related work on streams, as discussed with Zeev. | Wez Furlong | 2002-03-18 | 1 | -0/+2 |
| | | | | | | # Should be the last "broad" commit for a while # Don't forget to make clean ; make | ||||
* | Streams now make more use of the memory manager, so tracking down | Wez Furlong | 2002-03-17 | 1 | -2/+2 |
| | | | | | | leaking streams should be easier. # I hate these big commits | ||||
* | Allow php_stream_copy_to_stream to do nothing when used with code | Wez Furlong | 2002-03-16 | 1 | -1/+1 |
| | | | | | that calculates a max length of zero. (Thanks again Marcus). | ||||
* | This should help with some build problems/warnings under win32. | Wez Furlong | 2002-03-16 | 1 | -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 :-). | ||||
* | change * formatting | Wez Furlong | 2002-03-16 | 2 | -3/+3 |
| | |||||
* | New PHP streams... | Wez Furlong | 2002-03-15 | 3 | -62/+43 |
| | |||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -7/+1 |
| | |||||
* | Correct the header file ordering. From 'man 3 inet' (FreeBSD 4.5): | Jon Parise | 2002-03-07 | 1 | -1/+4 |
| | | | | | | | | #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 4 | -6/+4 |
| | |||||
* | Added php_sockaddr_size() in network.c (and the header file). This is used | Stig Venaas | 2002-02-10 | 1 | -3/+4 |
| | | | | | | in ftp.c to make sure connect() and bind() is called with size argument which is exactly the size of the relevant sockaddr_xx structure | ||||
* | Added IPv6 support | Stig Venaas | 2002-01-06 | 2 | -114/+95 |
| | | | | | @- Added IPv6 support in FTP extension. (Stig Venaas) | ||||
* | - Now use ZE's builtin zend_zval_type_name(). | Markus Fischer | 2002-01-03 | 1 | -35/+1 |
| | |||||
* | - FTP_BINARY is more common instead of FTP_IMAGE. | Markus Fischer | 2002-01-03 | 1 | -1/+1 |
| | |||||
* | Please, no punctuation mark at the end of the description. | Egon Schmid | 2002-01-03 | 1 | -4/+4 |
| | |||||
* | - Corrected proto for ftp_connect() (new optional parameter for initial | Markus Fischer | 2002-01-02 | 1 | -1/+1 |
| | | | | | custom timeout). | ||||
* | - Added ftp_set_option(), ftp_get_option() and support for setting a | Markus Fischer | 2002-01-02 | 4 | -49/+171 |
| | | | | | | custom timeout. # Adding custom buffer size would be next, no promises though. | ||||
* | - Fixed ftp_fget() and ftp_mkdir() protos. | Markus Fischer | 2002-01-02 | 1 | -2/+2 |
| | |||||
* | - Corrected proto for ftp_fget(). | Markus Fischer | 2002-01-02 | 1 | -1/+1 |
| | |||||
* | - Switched to zend_parse_parameters(), unified error/warning messages, | Markus Fischer | 2002-01-01 | 2 | -374/+221 |
| | | | | | | use real resources instead of integers, adjusted prototypes (hope I got them all). | ||||
* | Fixed a proto. | Egon Schmid | 2001-12-30 | 1 | -1/+1 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2001-12-15 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 4 | -8/+8 |
| | |||||
* | - Missed one | Andi Gutmans | 2001-12-03 | 1 | -4/+4 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -2/+2 |
| | |||||
* | Included header files needed by RISC OS | Alex Waugh | 2001-11-04 | 1 | -0/+4 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+10 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -3/+3 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 2 | -2/+2 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -1/+2 |
| | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -3/+3 |
| | |||||
* | More TSRMLS_FETCH annihilation (Zend compatibility patch) | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | Forgotten Include. | Jason Greene | 2001-07-17 | 1 | -0/+1 |
| | | | | | This should fix the windows build (though I currently don't have a way to test it) | ||||
* | @Added support for socket and popen file types to ftp_fput (Jason) | Jason Greene | 2001-07-17 | 3 | -9/+11 |
| | |||||
* | Change copyright note. | Sebastian Bergmann | 2001-06-19 | 4 | -81/+36 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
| |