summaryrefslogtreecommitdiff
path: root/ext/standard/ftp_fopen_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* master renames phase 1Anatol Belski2014-08-251-6/+6
* fixes to %pd format usageAnatol Belski2014-08-241-2/+2
* fix macros in the 5 basic extensionsAnatol Belski2014-08-161-5/+5
* Refactor basename using zend_stringXinchen Hui2014-02-231-14/+5
* Use better data structures (incomplete)Dmitry Stogov2014-02-131-9/+9
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Kill a TSRMLS_FETCH() in php_stream_context_set() by passing TSRMLS_CC to itKalle Sommer Nielsen2013-12-181-3/+3
|/
* Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-9/+12
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-2/+2
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Fixed bug #54092 (Segmentation fault when using HTTP proxy with the FTPGustavo André dos Santos Lopes2011-02-271-19/+30
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed compiler warningIlia Alshanetsky2010-12-141-1/+1
* Fixed bug #48607 (fwrite() doesn't check reply from ftp server before exiting)Ilia Alshanetsky2010-12-131-2/+22
* - Fixed bug #53198 (changing INI setting "from" with ini_set did not have anyGustavo André dos Santos Lopes2010-10-291-3/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Switching to TSRMLS_FETCH versionFelipe Pena2009-11-161-3/+3
* - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option())Felipe Pena2009-11-151-3/+3
* removed now obsolete NetWare hack since I fixed thisGuenter Knauf2009-11-031-13/+0
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFB: Fixed bug #45449 (filesize() regression using ftp wrapper) (patch by c...Felipe Pena2008-07-111-0/+7
* Fixed bug #43498 (file_exists() on a proftpd server got SIZE notIlia Alshanetsky2008-01-081-0/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH:- This makes no sense with non-ipv6 builds. (and fixes lot of issues with...Jani Taskinen2007-12-291-2/+5
* MFH: Nuked ending dots from error messagesJani Taskinen2007-09-301-3/+3
* MFB52: ws+csJani Taskinen2007-09-271-19/+21
* MFH: fix invalid read when opendir over FTP fails (coverity issue #462)Antony Dovgal2007-09-211-1/+4
* MFHJani Taskinen2007-08-311-0/+1
* MFH: php_gmtime_r() fixesAntony Dovgal2007-06-071-0/+3
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: fix buffer overrunAntony Dovgal2006-03-201-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* Fixed command error in ftp:// wrapper.Ilia Alshanetsky2005-11-221-3/+3
* MFH: Fixed bug #34742 (ftp wrapper failures caused from segmented commandIlia Alshanetsky2005-10-111-60/+20
* - 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