summaryrefslogtreecommitdiff
path: root/ext/ftp
Commit message (Expand)AuthorAgeFilesLines
* bump year and license versionfoobar2006-01-014-16/+16
* MFH: Fixed bug #31971 (ftp_login fails on some SSL servers).Ilia Alshanetsky2005-11-051-2/+6
* MFH: Fixed compiler warning on win32.Ilia Alshanetsky2005-03-171-0/+2
* MFH: Final set of fixes for bug #27633.Ilia Alshanetsky2005-03-102-19/+6
* MFH: Fixes to ascii downloads on win32.Ilia Alshanetsky2005-03-091-3/+3
* MFH: Fixed bug #27633 (Double \r problem on ftp_get in ASCII mode on Win32).Ilia Alshanetsky2005-02-171-9/+15
* MFH: Fixed bug #30027 (Possible crash inside ftp_get()).Ilia Alshanetsky2004-10-051-2/+2
* MFH: Fixed bug #27809 (ftp_systype returns null on some ftp servers).Ilia Alshanetsky2004-03-311-0/+3
* MFH: Fixed bug #27633 (Incorrect EOL translation by ftp_get() in ASCIIIlia Alshanetsky2004-03-181-9/+32
* MFH: Don't rely on ANSI tmpfile(), use the streams layer instead, it'll deal ...Sara Golemon2004-03-041-15/+7
* MFHSara Golemon2004-02-211-4/+3
* MFH: long is not always 32-bitSara Golemon2004-02-201-2/+2
* MFH: - Fixed bug #26896 (ext/ftp does not work as shared extension)foobar2004-01-131-0/+4
* MFH: Fail loudly. This is too often reported as a "bug".Sara Golemon2003-12-161-1/+3
* MFH: Fixed bug #26113 (remove leftover local file when ftp_get/ftp_nb_getIlia Alshanetsky2003-11-041-0/+2
* MFH(r-1.91) Fix Bug #25294 LIST/NLST can cause segfault because ftp->data not...Sara Golemon2003-09-091-6/+7
* Bug #25314 ASCII mode transfers behaving like binary when initiated from wind...Sara Golemon2003-09-081-16/+16
* MFH: Make sure that ftp->data is nulled after it's freed. This may fix bugIlia Alshanetsky2003-08-311-13/+11
* 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-274-15/+15
* MFH(r-1.86): fixed bug #23683Moriyoshi Koizumi2003-05-191-3/+4
* 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
* MFH: fix for bug #22765foobar2003-03-181-10/+9
* 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
* Buf #22052 More casual efree()ing causing segfaultsSara Golemon2003-02-131-3/+4
* MFH(Bug 22059, ftp.c-r1.77)Sara Golemon2003-02-131-3/+4
* MFHIlia Alshanetsky2003-01-073-32/+29
* Changed perror() to php_error_docref(), fixed bug #21309.Ilia Alshanetsky2003-01-072-47/+51
* MFH: Bump year.Sebastian Bergmann2002-12-314-4/+4
* - update creditsDerick Rethans2002-12-261-2/+1
* MFHIlia Alshanetsky2002-12-061-0/+1
* Fixed ZTS buildIlia Alshanetsky2002-10-131-4/+6
* some FTP servers return 32bit port numbers.Stefan Esser2002-10-041-1/+1
* swapped conditions to correct the logicStefan Esser2002-10-032-2/+4
* Added ftp_ssl_connect() for FTP over SSL.Stefan Esser2002-10-034-22/+238
* renamed ftp_async_* into ftp_nb_*Stefan Esser2002-10-034-58/+58
* Make these all work with persistent streams too.Wez Furlong2002-09-251-3/+3
* fix some warnings.Wez Furlong2002-09-231-2/+2
* Removed unnecessary code that was added for NetWareAnantha Kesari H Y2002-09-111-90/+0
* NetWare related additions/modifications into FTP filesAnantha Kesari H Y2002-09-052-4/+124
* Fix ZTS build.Sebastian Bergmann2002-08-253-4/+4
* Remove php_stream_error as discussed with Rasmus.Wez Furlong2002-08-252-64/+45
* Fixed compile warning.Ilia Alshanetsky2002-08-211-1/+1
* Fix typoRasmus Lerdorf2002-08-131-1/+1
* Fix warnings.Sebastian Bergmann2002-08-082-7/+1
* ftp_close returns now TRUE on success and FALSE on failure.Stefan Esser2002-07-301-1/+1