summaryrefslogtreecommitdiff
path: root/ext/ftp/ftp.h
Commit message (Expand)AuthorAgeFilesLines
* enable ftps for shared ext/ftpAnatol Belski2015-03-111-2/+2
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-10/+10
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-2/+2
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* master renames phase 1Anatol Belski2014-08-251-8/+8
* ported ext/ftpAnatol Belski2014-08-191-8/+8
* Fixed memory leaksDmitry Stogov2014-05-061-2/+2
* Bump yearXinchen Hui2014-01-031-1/+1
* First fixes for a 64bit compatible ftp extensionAndreas Streichardt2013-08-041-6/+6
* 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
* MFH: fix #39583 (ftp_put() does not change transfer mode to ASCII)Antony Dovgal2006-11-241-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
* Fix ftp build when openssl is built as a shared extension.Wez Furlong2003-12-061-2/+2
* Add ftp_alloc() for servers which require client to predeclare filesize to be...Sara Golemon2003-09-181-0/+7
* - HAVE_OPENSSL_EXT is not defined always.foobar2003-06-271-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Tidy up stupid signed/unsigned issues with win32 by introducing a php_socket_...Wez Furlong2003-02-281-2/+2
* Add ftp_raw() to send raw command strings to an FTP server.Sara Golemon2003-01-311-0/+3
* Fix potential buffer overflow.Sara Golemon2003-01-271-1/+1
* Feature Request #21748. Added function ftp_chmod().Sara Golemon2003-01-271-0/+3
* ZTS cleanup.Ilia Alshanetsky2003-01-071-5/+4
* Fixed ZTS build.Ilia Alshanetsky2003-01-071-6/+5
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* swapped conditions to correct the logicStefan Esser2002-10-031-0/+2
* Added ftp_ssl_connect() for FTP over SSL.Stefan Esser2002-10-031-0/+10
* renamed ftp_async_* into ftp_nb_*Stefan Esser2002-10-031-9/+9
* Fix ZTS build.Sebastian Bergmann2002-08-251-1/+1
* [EXPERIMENTAL] Added functions for asynchronous FTP transfersStefan Esser2002-07-261-7/+38
* @- FTP extension does support (auto)resuming now.Stefan Esser2002-07-261-2/+5
* @- Added optional 3rd parameter 'recursive' to ftp_rawlist() which willfoobar2002-07-041-1/+1
* change * formattingWez Furlong2002-03-161-2/+2
* New PHP streams...Wez Furlong2002-03-151-3/+2
* Maintain headers.Sebastian Bergmann2002-02-281-2/+1
* Added IPv6 supportStig Venaas2002-01-061-2/+4
* - Added ftp_set_option(), ftp_get_option() and support for setting aMarkus Fischer2002-01-021-3/+5
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* @Added support for socket and popen file types to ftp_fput (Jason)Jason Greene2001-07-171-2/+2
* Change copyright note.Sebastian Bergmann2001-06-191-20/+9
* Fixed bug: #9707foobar2001-05-271-1/+1
* - Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>)Derick Rethans2000-09-131-0/+3