summaryrefslogtreecommitdiff
path: root/ext/standard/ftp_fopen_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-05-271-4/+4
|\
| * Bugfix #74598 ftp:// ignores contextSara Golemon2017-05-271-4/+4
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-171-1/+2
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.0.10Stanislav Malyshev2016-08-161-12/+12
| |\
| * | Fix bug #72771: ftps:// opendir wrapper is vulnerable to protocol downgrade a...Anatol Belski2016-08-161-3/+4
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-051-12/+11
|\ \ \ | | |/ | |/|
| * | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-08-051-12/+11
| |\ \
| | * | Fix #72764Ville Hukkamaki2016-08-051-11/+11
* | | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-08-031-2/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-08-031-2/+3
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Fix bug #72716 - initialize buffer before readStanislav Malyshev2016-08-031-40/+41
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-07-271-13/+17
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-271-13/+17
| |\ \ | | |/
| | * Fix bug #72667Ville Hukkamäki2016-07-271-13/+17
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-07-231-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-231-2/+2
| |\ \ | | |/
| | * Fix for bug #54431vhuk2016-07-231-2/+2
* | | Fixed compilation warningsDmitry Stogov2016-06-231-3/+4
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-2/+2
|/ /
* | 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