summaryrefslogtreecommitdiff
path: root/ext/standard/ftp_fopen_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in code comments [skip ci]Tyson Andre2019-02-181-1/+1
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Merge branch 'PHP-7.3'Nikita Popov2018-09-041-1/+9
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-041-1/+9
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-041-1/+9
| | |\
| | | * Fixed bug #73457Ville Hukkamaki2018-09-041-1/+9
| | | * year++Xinchen Hui2018-01-021-1/+1
| | * | year++Xinchen Hui2018-01-021-1/+1
* | | | Replace HAVE_ST_BLOCKS with HAVE_STRUCT_STAT_ST_BLOCKSPeter Kokot2018-08-241-1/+1
|/ / /
* | | Replace obsolete AC_STRUCT_ST_BLKSIZE and AC_STRUCT_ST_RDEVPeter Kokot2018-07-291-1/+1
* | | Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Turn "php_stream_wrapper"s into constantsDmitry Stogov2017-12-141-1/+1
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-2/+2
* | | Enable and fix printf() format warningsNikita Popov2017-11-161-4/+4
* | | Refactor php_url struct to save memory dup in common casesXinchen Hui2017-08-061-26/+26
|/ /
* | Merge branch 'PHP-7.1'Sara Golemon2017-05-271-4/+4
|\ \ | |/
| * 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
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Remove Netware supportKalle Sommer Nielsen2016-11-121-3/+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