summaryrefslogtreecommitdiff
path: root/ext/standard/ftp_fopen_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename file_get_wrapper_data -> file_get_meta_data.Wez Furlong2002-09-261-1/+2
* - Fix ZTS buildDerick Rethans2002-09-211-1/+1
* made new ssl activate function the default.Stefan Esser2002-09-121-2/+2
* Added possibility to reuse an old SSL session id.Stefan Esser2002-09-081-6/+10
* someone missed code requiring sslShane Caraveo2002-09-081-0/+2
* ftp(s) fopen() wrapper does no longer ignore the ip returned by PASV.Stefan Esser2002-09-081-3/+14
* Control connection gets closed in ssl mode now, too.Stefan Esser2002-09-081-2/+20
* Added EXPERIMENTAL ftps fopen wrapper.Stefan Esser2002-09-081-12/+82
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-051-1/+12
* Properly implement TSRM parameters to the new log_errorWez Furlong2002-08-111-4/+5
* Introduce an error stack for wrappers, to help prevent multiple errorsWez Furlong2002-08-111-1/+6
* Switch streams socket abstraction to use a timeval structure instead of anJason Greene2002-07-221-1/+1
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-161-1/+2
* Implement stream context and status notification system.Wez Furlong2002-04-101-24/+52
* Phase 3 of OO wrapper cleanupWez Furlong2002-03-281-0/+13
* Phase 1 of wrapper OO cleanup.Wez Furlong2002-03-241-3/+7
* Implement user-space streams.Wez Furlong2002-03-191-1/+2
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-7/+7
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-1/+1
* * formatting, plus remove some old fopen wrappersWez Furlong2002-03-161-2/+2
* New PHP streams...Wez Furlong2002-03-151-94/+52
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Undefine AF_UNIX under RISC OSAlex Waugh2001-12-231-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* WhitespaceZeev Suraski2001-08-111-1/+1
* Fix some warningsZeev Suraski2001-07-311-1/+1
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-1/+1
* PHPAPIize url function to make them available to the outside (i.e. mbstring)Daniel Beulshausen2001-06-111-11/+11
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-2/+5
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+8
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* @BeOS patch from svanegmond@bang.dhs.org modified somewhat by RasmusRasmus Lerdorf2001-01-211-0/+2
* compile fixes & update of win32 dspDaniel Beulshausen2000-10-131-0/+1
* fopen wrappers cleanupHartmut Holzgraefe2000-10-131-0/+310