summaryrefslogtreecommitdiff
path: root/ext/standard/ftp_fopen_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* - Bumber up yearfoobar2005-08-031-1/+1
* Pass context parameter through to xport_createSara Golemon2005-07-151-2/+2
* Route ftp:// wrapper via transports layer.\nFix typo in datastream crypto sta...Sara Golemon2005-07-131-4/+12
* MFB: Fixed memory leak on error in FTP wrapper.Ilia Alshanetsky2005-05-071-17/+25
* Check ftp user name for control characters.Ilia Alshanetsky2005-05-061-1/+14
* Fixed compiler warnings.Ilia Alshanetsky2005-02-271-1/+1
* removed unwanted comments, NEW_LIBC checks and NetWare specific stat structur...Anantha Kesari H Y2004-09-291-9/+14
* Fixed bug #29678 (opendir() with ftp:// wrapper segfaults if path does notIlia Alshanetsky2004-08-161-1/+8
* Oh by the way, only use proxy mode for reading...Sara Golemon2004-07-241-6/+12
* Add proxy support to ftp using http wrapperSara Golemon2004-07-241-1/+7
* Add MTDM support to ftp_fopen_wrapper::url_stat()Sara Golemon2004-07-211-1/+47
* BugFix# 27982: Provide error message when trying to overwrite an existant fil...Sara Golemon2004-05-171-0/+1
* FTP dirstream_read should not leave whitespace/newlines on direntsSara Golemon2004-01-281-1/+9
* Changed prototypes to allow parsing of string literals and constant stringsArd Biesheuvel2004-01-251-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-131-1/+147
* Route rename() via wrapper ops.Sara Golemon2003-12-121-1/+85
* Fixed ZTS build.Ilia Alshanetsky2003-12-101-1/+1
* Fix bug #26574 (basename() doesn't work properly with multibyte characters)Moriyoshi Koizumi2003-12-101-3/+4
* Add in missing stat element and fix win32 buildSara Golemon2003-11-291-2/+6
* Finish off ftp://'s url_stat supportSara Golemon2003-11-291-8/+34
* Route php_stat() via streams/url_stat API (php_stream_stat_path).Sara Golemon2003-11-281-2/+2
* signed/unsigned compiler warning fixesHartmut Holzgraefe2003-09-261-1/+1
* kill warningsSascha Schumann2003-08-281-1/+1
* Bugfix#25239 Closing control stream while data stream is open violates RFC959...Sara Golemon2003-08-251-14/+0
* Add resume_pos (resume position) context option for restarting file downloads.Sara Golemon2003-08-201-0/+14
* Plug leak in ftp_url_statSara Golemon2003-08-081-0/+1
* Fix compiler warningsSara Golemon2003-06-181-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fix warnings.Sebastian Bergmann2003-05-171-1/+1
* Implement unlink() method in ftp wrapper ops and do some general cleanup of o...Sara Golemon2003-05-141-5/+65
* Setup unlink() method in wrapper_ops structure, implement unlink in plainfile...Sara Golemon2003-05-141-1/+2
* basename() now binary safe, testcases addedHartmut Holzgraefe2003-05-051-3/+8
* Take STREAMS_CC/STREAMS_DC declarations out of do_connect/do_pasv where they ...Sara Golemon2003-04-261-8/+52
* No idea how that character dissapeared.Sara Golemon2003-04-241-1/+1
* Fix error handling bug I just introduced (php_ftp_fopen_connect == NULL) and ...Sara Golemon2003-04-241-8/+31
* Abtract some ftp connection/negotiation steps out and add support for stream_...Sara Golemon2003-04-241-108/+327
* Feature Request #7121.Sara Golemon2003-04-221-3/+20
* - Move https:// and ftps:// wrapper registration into the openssl module.Wez Furlong2003-02-271-1/+1
* Another big commit (tm).Wez Furlong2003-02-271-9/+7
* Fixed bug #22402 (opening of ftp for read/write could fail due to invalidIlia Alshanetsky2003-02-251-1/+1
* Win32 build improvementsZeev Suraski2003-02-171-1/+0
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-2/+2
* Added 'x' mode for fopen() used on local files. This mode will create a newIlia Alshanetsky2003-02-131-1/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* tmp_line was possible uninitialised, resulting in crap error messages.Stefan Esser2002-11-251-0/+2
* Added a check to determine if the file can be retrieved or sent.Ilia Alshanetsky2002-11-251-8/+19
* Fixed compile warning when compiling without openssl support.Ilia Alshanetsky2002-11-081-2/+6
* silenceMarcus Boerger2002-11-051-1/+3
* some broken ftp servers return 32bit port numbers.Stefan Esser2002-10-041-3/+3