Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Add ftp_alloc() for servers which require client to predeclare filesize to ↵ | Sara Golemon | 2003-09-18 | 1 | -0/+1 |
| | | | | be sent. | ||||
* | - HAVE_OPENSSL_EXT is not defined always. | foobar | 2003-06-27 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Add ftp_raw() to send raw command strings to an FTP server. | Sara Golemon | 2003-01-31 | 1 | -0/+1 |
| | |||||
* | Feature Request #21748. Added function ftp_chmod(). | Sara Golemon | 2003-01-27 | 1 | -0/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Added ftp_ssl_connect() for FTP over SSL. | Stefan Esser | 2002-10-03 | 1 | -0/+3 |
| | |||||
* | renamed ftp_async_* into ftp_nb_* | Stefan Esser | 2002-10-03 | 1 | -5/+5 |
| | |||||
* | [EXPERIMENTAL] Added functions for asynchronous FTP transfers | Stefan Esser | 2002-07-26 | 1 | -0/+5 |
| | |||||
* | @- FTP extension does support (auto)resuming now. | Stefan Esser | 2002-07-26 | 1 | -1/+4 |
| | | | | | Added (Auto)Resuming functionality to ftp_(f)get/(f)put via optional 5th parameter. | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -2/+1 |
| | |||||
* | - Added ftp_set_option(), ftp_get_option() and support for setting a | Markus Fischer | 2002-01-02 | 1 | -0/+4 |
| | | | | | | custom timeout. # Adding custom buffer size would be next, no promises though. | ||||
* | - Switched to zend_parse_parameters(), unified error/warning messages, | Markus Fischer | 2002-01-01 | 1 | -1/+1 |
| | | | | | | use real resources instead of integers, adjusted prototypes (hope I got them all). | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Change copyright note. | Sebastian Bergmann | 2001-06-19 | 1 | -20/+9 |
| | |||||
* | more cleanup of info code | Daniel Beulshausen | 2000-10-08 | 1 | -0/+1 |
| | |||||
* | - Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>) | Derick Rethans | 2000-09-13 | 1 | -0/+1 |
| | | | | | | @ Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>) @ (Derick) | ||||
* | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -5/+0 |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | ||||
* | added the ftp_site() function | Andrew Skalski | 2000-02-22 | 1 | -0/+1 |
| | |||||
* | More php3 cleanup | Zeev Suraski | 1999-12-17 | 1 | -8/+4 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | Added delete and rename functions. | Andrew Skalski | 1999-10-04 | 1 | -0/+2 |
| | |||||
* | Added functions ftp_{pasv,size,mdtm,fget,fput} | Andrew Skalski | 1999-09-27 | 1 | -0/+5 |
| | | | | | | | PASV mode is now supported; file size and last-modified time can now be fetched from servers that support them; files now may be stored to and retrieved from open files, in addition to disk files. | ||||
* | fixed php3 code problem | Andrew Skalski | 1999-09-23 | 1 | -1/+1 |
| | |||||
* | Added optional port argument to ftp_connect() | Andrew Skalski | 1999-09-22 | 1 | -0/+30 |
| | |||||
* | php3 compatibility added | Andrew Skalski | 1999-09-20 | 1 | -2/+6 |
| | |||||
* | Replaced ftplib because of incompatible license. | Andrew Skalski | 1999-09-20 | 1 | -0/+38 |