summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Add stubs for ext/ftpChristoph M. Becker2019-08-251-209/+1
* Remove some misleading RETURN_FALSENikita Popov2019-08-121-35/+35
* Fix compilation without deprecated OpenSSL 1.1 APIsRosen Penev2019-06-141-0/+2
* Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-1/+1
* Remove local variablesPeter Kokot2019-02-031-8/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Implement typed propertiesNikita Popov2019-01-111-3/+3
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-051-1/+1
* Merge branch 'PHP-7.2'Christoph M. Becker2018-02-231-1/+1
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-02-231-1/+1
| |\
| | * Fix some arginfosGabriel Caruso2018-02-231-1/+1
| | * year++Xinchen Hui2018-01-021-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Adjust manual zpp-like error message implementationsNikita Popov2018-02-041-3/+3
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Adjust ftp arginfos for optional modeNikita Popov2017-08-021-10/+10
* | | Default ftp_append() mode to FTPTYPE_IMAGEAndreas Treichel2017-08-021-3/+3
* | | Merge branch 'PHP-7.2'Nikita Popov2017-08-021-0/+43
|\ \ \ | |/ /
| * | Add ftp_append to create a new file or append data to an existing file (RFC959)Andreas Treichel2017-08-021-0/+43
* | | Make transfer mode optional, set default to binaryAndreas Treichel2017-07-251-24/+24
|/ /
* | ftp_mlsd(): Parse the MLSD responseAndreas Treichel2017-02-171-2/+9
* | FTP: implement MLSD for structured listing of directories, decribed at https:...Andreas Treichel2017-01-291-0/+36
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Kill some more strlen() calls and fix a possible missing NULL pointer checkKalle Sommer Nielsen2016-11-201-24/+24
* | Fix typoKalle Sommer Nielsen2016-11-201-1/+1
* | Shave off a strlen() call in ftp_mkdir()Kalle Sommer Nielsen2016-11-201-1/+1
* | Remove Netware supportKalle Sommer Nielsen2016-11-121-4/+0
|/
* 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
* | Implement FR #55651 (Option to ignore the returned FTP PASV address)Avi Brender2015-12-151-0/+15
|\ \ | |/
| * Implement FR #55651 (Option to ignore the returned FTP PASV address)Avi Brender2015-12-151-0/+15
| * bump yearXinchen Hui2015-01-151-1/+1
* | cleaning up the version macrosAnatol Belski2015-03-231-1/+1
* | don't depend on ext/openssl for ftp ssl supportAnatol Belski2015-03-111-12/+9
* | enable ftps for shared ext/ftpAnatol Belski2015-03-111-7/+26
* | Ported ftpXinchen Hui2015-02-021-36/+98
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-81/+81
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Fix ftp_login()Nikita Popov2014-09-031-1/+1
* | fixed remaining 's' args for ftpAnatol Belski2014-08-271-10/+12
* | first show to make 's' work with size_tAnatol Belski2014-08-271-14/+14
* | master renames phase 1Anatol Belski2014-08-251-58/+58
* | fixes to %pd format usageAnatol Belski2014-08-241-2/+2