Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -2/+2 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Final set of fixes for bug #27633. | Ilia Alshanetsky | 2005-03-10 | 1 | -1/+7 |
| | | | | | # Many thanks to Edin for helpind analyze and resolve this bug. | ||||
* | removed redundant NEW_LIBC check | Anantha Kesari H Y | 2004-09-27 | 1 | -7/+1 |
| | |||||
* | Wordsize fixes | Ard Biesheuvel | 2004-02-25 | 1 | -1/+1 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Fix ftp build when openssl is built as a shared extension. | Wez Furlong | 2003-12-06 | 1 | -6/+6 |
| | |||||
* | Fixed bug #26113 (remove leftover local file when ftp_get/ftp_nb_get fails) | Ilia Alshanetsky | 2003-11-04 | 1 | -0/+2 |
| | |||||
* | Add ftp_alloc() for servers which require client to predeclare filesize to ↵ | Sara Golemon | 2003-09-18 | 1 | -0/+37 |
| | | | | be sent. | ||||
* | MFB(r-1.74.2.13) Bug #25314 ASCII mode transfers behaving like binary when ↵ | Sara Golemon | 2003-09-08 | 1 | -8/+8 |
| | | | | initiated from windows. | ||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2003-08-28 | 1 | -2/+2 |
| | |||||
* | fix another broken prototype | Zeev Suraski | 2003-08-07 | 1 | -1/+1 |
| | |||||
* | Fix prototype | Zeev Suraski | 2003-08-07 | 1 | -1/+1 |
| | |||||
* | - HAVE_OPENSSL_EXT is not defined always. | foobar | 2003-06-27 | 1 | -4/+4 |
| | |||||
* | proto fixes | Andrey Hristov | 2003-06-15 | 1 | -4/+4 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | MFB(r-1.74.2.8) Bug #14369. ftp extension allows circumvention of safe_mode ↵ | Sara Golemon | 2003-05-17 | 1 | -8/+8 |
| | | | | restrictions. HEAD version of this patch uses the simpler open_wrapper approach to applying safe mode restrictions. Also allows writting to/from wrappers this way. | ||||
* | MFH | Ilia Alshanetsky | 2003-04-03 | 1 | -0/+2 |
| | |||||
* | fixing missed int to long with zend_parse_parameters | David Hill | 2003-03-10 | 1 | -9/+18 |
| | |||||
* | 64-bit correction to variables passed to zend_parse_parameters | David Hill | 2003-03-06 | 1 | -2/+4 |
| | | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave) | ||||
* | - No need to include the ssl headers elsewhere but in ext/openssl | foobar | 2003-02-28 | 1 | -0/+4 |
| | | | | | # ext/ftp doesn't use streams yet so it needs to include them. | ||||
* | CS fixes. | Ilia Alshanetsky | 2003-02-14 | 1 | -12/+5 |
| | |||||
* | Add ftp_raw() to send raw command strings to an FTP server. | Sara Golemon | 2003-01-31 | 1 | -0/+21 |
| | |||||
* | Fix potential buffer overflow. | Sara Golemon | 2003-01-27 | 1 | -1/+1 |
| | |||||
* | Feature Request #21748. Added function ftp_chmod(). | Sara Golemon | 2003-01-27 | 1 | -0/+25 |
| | |||||
* | ZTS cleanup. | Ilia Alshanetsky | 2003-01-07 | 1 | -6/+6 |
| | |||||
* | Fixed ZTS build. | Ilia Alshanetsky | 2003-01-07 | 1 | -7/+7 |
| | |||||
* | MFB + CS | Ilia Alshanetsky | 2003-01-07 | 1 | -31/+33 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #20812, ftp_get returned NULL on success instead of TRUE. | Ilia Alshanetsky | 2002-12-06 | 1 | -0/+1 |
| | |||||
* | Added ftp_ssl_connect() for FTP over SSL. | Stefan Esser | 2002-10-03 | 1 | -0/+42 |
| | |||||
* | renamed ftp_async_* into ftp_nb_* | Stefan Esser | 2002-10-03 | 1 | -26/+26 |
| | |||||
* | Make these all work with persistent streams too. | Wez Furlong | 2002-09-25 | 1 | -3/+3 |
| | |||||
* | NetWare related additions/modifications into FTP files | Anantha Kesari H Y | 2002-09-05 | 1 | -0/+10 |
| | |||||
* | Fix ZTS build. | Sebastian Bergmann | 2002-08-25 | 1 | -1/+1 |
| | |||||
* | Remove php_stream_error as discussed with Rasmus. | Wez Furlong | 2002-08-25 | 1 | -48/+41 |
| | | | | | Unify error messages for ext/ftp. (which was using php_stream_error). | ||||
* | Fix typo | Rasmus Lerdorf | 2002-08-13 | 1 | -1/+1 |
| | |||||
* | Fix warnings. | Sebastian Bergmann | 2002-08-08 | 1 | -1/+1 |
| | |||||
* | ftp_close returns now TRUE on success and FALSE on failure. | Stefan Esser | 2002-07-30 | 1 | -1/+1 |
| | |||||
* | [EXPERIMENTAL] Added functions for asynchronous FTP transfers | Stefan Esser | 2002-07-26 | 1 | -1/+269 |
| | |||||
* | fixed cut & paste typo | Stefan Esser | 2002-07-26 | 1 | -1/+1 |
| | |||||
* | @- FTP extension does support (auto)resuming now. | Stefan Esser | 2002-07-26 | 1 | -44/+115 |
| | | | | | Added (Auto)Resuming functionality to ftp_(f)get/(f)put via optional 5th parameter. | ||||
* | ws fix | foobar | 2002-07-11 | 1 | -1/+1 |
| | |||||
* | - 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 | 1 | -3/+4 |
| | | | | | | | @ 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 |
| | |||||
* | 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). |