summaryrefslogtreecommitdiff
path: root/ext/ftp/ftp.h
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Add ftp_append to create a new file or append data to an existing file (RFC959)Andreas Treichel2017-08-021-0/+5
* ftp_mlsd(): Parse the MLSD responseAndreas Treichel2017-02-171-0/+5
* FTP: implement MLSD for structured listing of directories, decribed at https:...Andreas Treichel2017-01-291-0/+7
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Kill some more strlen() calls and fix a possible missing NULL pointer checkKalle Sommer Nielsen2016-11-201-16/+16
* Shave off a strlen() call in ftp_mkdir()Kalle Sommer Nielsen2016-11-201-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * 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/+2
|\ \ | |/
| * Implement FR #55651 (Option to ignore the returned FTP PASV address)Avi Brender2015-12-151-0/+2
| * bump yearXinchen Hui2015-01-151-1/+1
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-2/+2
* | 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