summaryrefslogtreecommitdiff
path: root/ext/ftp
Commit message (Expand)AuthorAgeFilesLines
* MFHfoobar2005-08-181-10/+10
* - Bumber up yearfoobar2005-08-034-4/+4
* Added bindto socket context option.Ilia Alshanetsky2005-06-141-1/+1
* Fixed compiler warning on win32.Ilia Alshanetsky2005-03-171-0/+2
* Final set of fixes for bug #27633.Ilia Alshanetsky2005-03-102-20/+9
* Fixes to ascii downloads on win32.Ilia Alshanetsky2005-03-091-3/+3
* Fixed bug #27633 (Double \r\r problem on ftp_get in ASCII mode on Win32).Ilia Alshanetsky2005-02-171-9/+15
* Fixed bug #30027 (Possible crash inside ftp_get()).Ilia Alshanetsky2004-10-051-2/+2
* removed unwanted NEW_LIBC checksAnantha Kesari H Y2004-09-271-5/+1
* removed redundant NEW_LIBC checkAnantha Kesari H Y2004-09-271-7/+1
* Fix for Bug #24189: possibly unsafe select(2) usage.Wez Furlong2004-09-171-42/+5
* Fixed bug #27809 (ftp_systype returns null on some ftp servers).Ilia Alshanetsky2004-03-311-0/+3
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+56
* Fixed bug #27633 (Incorrect EOL translation by ftp_get() in ASCII mode).Ilia Alshanetsky2004-03-181-10/+32
* Don't rely on ANSI tmpfile(), use the streams layer instead, it'll deal with ...Sara Golemon2004-03-041-14/+7
* Wordsize fixesArd Biesheuvel2004-02-251-1/+1
* Avoid use of memcpy(), reply on struct in_addr to be right sized insteadSara Golemon2004-02-211-4/+3
* s_addr is always unsigned 32bit, long is not.Sara Golemon2004-02-201-2/+3
* - Fixed bug #26896 (ext/ftp does not work as shared extension)foobar2004-01-131-0/+4
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-082-4/+4
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-082-4/+4
* Fail loudly, silence bogus bugs.Sara Golemon2003-12-161-0/+1
* Fix ftp build when openssl is built as a shared extension.Wez Furlong2003-12-063-20/+20
* Detect and enable IPv6 support under win32.Wez Furlong2003-12-061-2/+2
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+9
* Fixed bug #26113 (remove leftover local file when ftp_get/ftp_nb_get fails)Ilia Alshanetsky2003-11-041-0/+2
* ManageabilitySara Golemon2003-09-181-1/+1
* Add ftp_alloc() for servers which require client to predeclare filesize to be...Sara Golemon2003-09-184-0/+77
* Fix Bug #25294 LIST/NLST can cause segfault because ftp->data not cleaned pro...Sara Golemon2003-09-091-2/+3
* MFB(r-1.74.2.13) Bug #25314 ASCII mode transfers behaving like binary when in...Sara Golemon2003-09-081-8/+8
* Make sure that ftp->data is nulled after it's freed. This may fix bugIlia Alshanetsky2003-08-311-13/+11
* Fixed compiler warnings.Ilia Alshanetsky2003-08-281-2/+2
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-1/+1
* 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-274-19/+19
* proto fixesAndrey Hristov2003-06-151-4/+4
* updating license information in the headers.James Cox2003-06-104-12/+12
* Fixed bug #23683Moriyoshi Koizumi2003-05-191-3/+4
* 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
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ...Sebastian Bergmann2003-03-251-8/+7
* Fixed bug #22765foobar2003-03-181-10/+9
* 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
* Tidy up stupid signed/unsigned issues with win32 by introducing a php_socket_...Wez Furlong2003-02-282-10/+10
* New user-space functions:Wez Furlong2003-02-281-1/+3
* - No need to include the ssl headers elsewhere but in ext/opensslfoobar2003-02-282-0/+8
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
* CS fixes.Ilia Alshanetsky2003-02-142-36/+42