summaryrefslogtreecommitdiff
path: root/ext/standard/ftp_fopen_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
| * fix loop - size_t is unsigned so can not be negativeStanislav Malyshev2014-11-111-5/+4
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-2/+2
* | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-3/+3
* | fix warningsMichael Wallner2015-01-301-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-42/+42
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-79/+79
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
* | fix loop - size_t is unsigned so can not be negativeStanislav Malyshev2014-11-111-4/+3
* | fix datatype mismatchesAnatol Belski2014-10-231-8/+8
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | fix conditionAnatol Belski2014-09-191-1/+1
* | 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