summaryrefslogtreecommitdiff
path: root/ext/ftp/ftp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-2/+2
* even better check for netinet/in.hThies C. Arntzen2000-05-231-1/+1
* make ftp compile on unix againThies C. Arntzen2000-05-231-1/+1
* making ftp module compile and work on win32Frank M. Kromann2000-05-231-1/+2
* added the ftp_site() functionAndrew Skalski2000-02-221-0/+3
* Removed stdio wrapper from sockets; added timeouts to socket ops.Andrew Skalski1999-11-181-2/+8
* Added delete and rename functions.Andrew Skalski1999-10-041-1/+7
* Added functions ftp_{pasv,size,mdtm,fget,fput}Andrew Skalski1999-09-271-0/+13
* Added optional port argument to ftp_connect()Andrew Skalski1999-09-221-0/+2
* Replaced ftplib because of incompatible license.Andrew Skalski1999-09-201-28/+121