summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.c
Commit message (Expand)AuthorAgeFilesLines
* Generate class entries from stubs for another batch of extensionsMáté Kocsis2021-02-081-5/+1
* Replace zend_bool uses with boolNikita Popov2021-01-151-2/+2
* FTP: Disallow direct `FTPConnection` constructionAyesh Karunaratne2020-12-231-0/+6
* Convert FTP resource to objectSara Golemon2020-10-211-175/+129
* Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-201-2/+2
* Promote warnings to exceptions in ext/ftpMáté Kocsis2020-08-311-27/+23
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-1/+1
* Remove proto comments from C filesMax Semenik2020-07-061-70/+35
* Fix [-Wundef] warning in FTP extensionGeorge Peter Banyard2020-05-161-2/+2
* Generate functions entries from stubs for another set of extensionsMáté Kocsis2020-04-051-43/+1
* Add stubs for aliasesMáté Kocsis2020-02-181-1/+1
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* Use RETURN_THROWS() after zend_fetch_resource*()Máté Kocsis2020-01-031-32/+32
* Use ZEND_THROWS() during ZPP in enchant, exif, fileinfo, filter, and FTP exte...Máté Kocsis2019-12-311-36/+36
* 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