summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-4/+4
* MFH: Final set of fixes for bug #27633.Ilia Alshanetsky2005-03-101-0/+4
* MFH: Fixed bug #26113 (remove leftover local file when ftp_get/ftp_nb_getIlia Alshanetsky2003-11-041-0/+2
* Bug #25314 ASCII mode transfers behaving like binary when initiated from wind...Sara Golemon2003-09-081-16/+16
* MFH: Compiler warning fixes.Ilia Alshanetsky2003-08-281-2/+2
* Another broken prototypeZeev Suraski2003-08-071-1/+1
* Fix prototypeZeev Suraski2003-08-071-1/+1
* MFHfoobar2003-06-271-3/+3
* Bug #14369. ftp extension allows circumvention of safe_mode restrictionsSara Golemon2003-05-171-0/+40
* Fixed bug #23004 (When ftp_close() is called, sent QUIT to the ftp server)Ilia Alshanetsky2003-04-031-0/+2
* fixing missed int to long with zend_parse_parametersDavid Hill2003-03-101-1/+1
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-071-10/+20
* MFHIlia Alshanetsky2003-01-071-7/+8
* Changed perror() to php_error_docref(), fixed bug #21309.Ilia Alshanetsky2003-01-071-4/+3
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* MFHIlia 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
* Allow php_stream_copy_to_stream to do nothing when used with codeWez Furlong2002-03-161-1/+1
* This should help with some build problems/warnings under win32.Wez Furlong2002-03-161-2/+2
* New PHP streams...Wez Furlong2002-03-151-44/+32
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* - Now use ZE's builtin zend_zval_type_name().Markus Fischer2002-01-031-35/+1
* - FTP_BINARY is more common instead of FTP_IMAGE.Markus Fischer2002-01-031-1/+1
* Please, no punctuation mark at the end of the description.Egon Schmid2002-01-031-4/+4
* - Corrected proto for ftp_connect() (new optional parameter for initialMarkus Fischer2002-01-021-1/+1
* - Added ftp_set_option(), ftp_get_option() and support for setting aMarkus Fischer2002-01-021-12/+115
* - Fixed ftp_fget() and ftp_mkdir() protos.Markus Fischer2002-01-021-2/+2
* - Corrected proto for ftp_fget().Markus Fischer2002-01-021-1/+1
* - Switched to zend_parse_parameters(), unified error/warning messages,Markus Fischer2002-01-011-373/+220
* Fixed a proto.Egon Schmid2001-12-301-1/+1
* proto fixHartmut Holzgraefe2001-12-151-1/+1