summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: argument infosHannes Magnusson2006-06-111-39/+262
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-2/+2
* - Bumber up yearfoobar2005-08-031-1/+1
* Final set of fixes for bug #27633.Ilia Alshanetsky2005-03-101-1/+7
* removed redundant NEW_LIBC checkAnantha Kesari H Y2004-09-271-7/+1
* Wordsize fixesArd Biesheuvel2004-02-251-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fix ftp build when openssl is built as a shared extension.Wez Furlong2003-12-061-6/+6
* Fixed bug #26113 (remove leftover local file when ftp_get/ftp_nb_get fails)Ilia Alshanetsky2003-11-041-0/+2
* Add ftp_alloc() for servers which require client to predeclare filesize to be...Sara Golemon2003-09-181-0/+37
* MFB(r-1.74.2.13) Bug #25314 ASCII mode transfers behaving like binary when in...Sara Golemon2003-09-081-8/+8
* Fixed compiler warnings.Ilia Alshanetsky2003-08-281-2/+2
* fix another broken prototypeZeev Suraski2003-08-071-1/+1
* Fix prototypeZeev Suraski2003-08-071-1/+1
* - HAVE_OPENSSL_EXT is not defined always.foobar2003-06-271-4/+4
* proto fixesAndrey Hristov2003-06-151-4/+4
* updating license information in the headers.James Cox2003-06-101-3/+3
* MFB(r-1.74.2.8) Bug #14369. ftp extension allows circumvention of safe_mode ...Sara Golemon2003-05-171-8/+8
* MFHIlia Alshanetsky2003-04-031-0/+2
* fixing missed int to long with zend_parse_parametersDavid Hill2003-03-101-9/+18
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-2/+4
* - No need to include the ssl headers elsewhere but in ext/opensslfoobar2003-02-281-0/+4
* CS fixes.Ilia Alshanetsky2003-02-141-12/+5
* Add ftp_raw() to send raw command strings to an FTP server.Sara Golemon2003-01-311-0/+21
* Fix potential buffer overflow.Sara Golemon2003-01-271-1/+1
* Feature Request #21748. Added function ftp_chmod().Sara Golemon2003-01-271-0/+25
* ZTS cleanup.Ilia Alshanetsky2003-01-071-6/+6
* Fixed ZTS build.Ilia Alshanetsky2003-01-071-7/+7
* MFB + CSIlia Alshanetsky2003-01-071-31/+33
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fixed bug #20812, ftp_get returned NULL on success instead of TRUE.Ilia Alshanetsky2002-12-061-0/+1
* Added ftp_ssl_connect() for FTP over SSL.Stefan Esser2002-10-031-0/+42
* renamed ftp_async_* into ftp_nb_*Stefan Esser2002-10-031-26/+26
* Make these all work with persistent streams too.Wez Furlong2002-09-251-3/+3
* NetWare related additions/modifications into FTP filesAnantha Kesari H Y2002-09-051-0/+10
* Fix ZTS build.Sebastian Bergmann2002-08-251-1/+1
* Remove php_stream_error as discussed with Rasmus.Wez Furlong2002-08-251-48/+41
* Fix typoRasmus Lerdorf2002-08-131-1/+1
* Fix warnings.Sebastian Bergmann2002-08-081-1/+1
* ftp_close returns now TRUE on success and FALSE on failure.Stefan Esser2002-07-301-1/+1
* [EXPERIMENTAL] Added functions for asynchronous FTP transfersStefan Esser2002-07-261-1/+269
* fixed cut & paste typoStefan Esser2002-07-261-1/+1
* @- FTP extension does support (auto)resuming now.Stefan Esser2002-07-261-44/+115
* ws fixfoobar2002-07-111-1/+1
* - Initialize var properlyDerick Rethans2002-07-091-1/+1
* @- Added optional 3rd parameter 'recursive' to ftp_rawlist() which willfoobar2002-07-041-3/+4
* Unify error messagesDerick Rethans2002-06-271-10/+10
* - Fix #16348.Markus Fischer2002-03-301-1/+1
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-2/+2