summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
* | Implement FR #55651 (Option to ignore the returned FTP PASV address)Avi Brender2015-12-151-0/+1
|\ \ | |/
| * Implement FR #55651 (Option to ignore the returned FTP PASV address)Avi Brender2015-12-151-0/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | cleaning up the version macrosAnatol Belski2015-03-231-0/+3
| |
* | enable ftps for shared ext/ftpAnatol Belski2015-03-111-1/+1
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-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 Golemon2003-09-181-0/+1
| | | | be sent.
* - HAVE_OPENSSL_EXT is not defined always.foobar2003-06-271-1/+1
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Add ftp_raw() to send raw command strings to an FTP server.Sara Golemon2003-01-311-0/+1
|
* Feature Request #21748. Added function ftp_chmod().Sara Golemon2003-01-271-0/+1
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Added ftp_ssl_connect() for FTP over SSL.Stefan Esser2002-10-031-0/+3
|
* renamed ftp_async_* into ftp_nb_*Stefan Esser2002-10-031-5/+5
|
* [EXPERIMENTAL] Added functions for asynchronous FTP transfersStefan Esser2002-07-261-0/+5
|
* @- FTP extension does support (auto)resuming now.Stefan Esser2002-07-261-1/+4
| | | | | Added (Auto)Resuming functionality to ftp_(f)get/(f)put via optional 5th parameter.
* Maintain headers.Sebastian Bergmann2002-02-281-2/+1
|
* - Added ftp_set_option(), ftp_get_option() and support for setting aMarkus Fischer2002-01-021-0/+4
| | | | | | custom timeout. # Adding custom buffer size would be next, no promises though.
* - Switched to zend_parse_parameters(), unified error/warning messages,Markus Fischer2002-01-011-1/+1
| | | | | | use real resources instead of integers, adjusted prototypes (hope I got them all).
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Change copyright note.Sebastian Bergmann2001-06-191-20/+9
|
* more cleanup of info codeDaniel Beulshausen2000-10-081-0/+1
|
* - Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>)Derick Rethans2000-09-131-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 WindowsAndi Gutmans2000-06-101-5/+0
| | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
* added the ftp_site() functionAndrew Skalski2000-02-221-0/+1
|
* More php3 cleanupZeev Suraski1999-12-171-8/+4
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* Added delete and rename functions.Andrew Skalski1999-10-041-0/+2
|
* Added functions ftp_{pasv,size,mdtm,fget,fput}Andrew Skalski1999-09-271-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 problemAndrew Skalski1999-09-231-1/+1
|
* Added optional port argument to ftp_connect()Andrew Skalski1999-09-221-0/+30
|
* php3 compatibility addedAndrew Skalski1999-09-201-2/+6
|
* Replaced ftplib because of incompatible license.Andrew Skalski1999-09-201-0/+38