summaryrefslogtreecommitdiff
path: root/ext/ftp
Commit message (Expand)AuthorAgeFilesLines
* Improve class entry generationMáté Kocsis2021-02-161-2/+1
* Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-092-5/+2
* Generate class entries from stubs for another batch of extensionsMáté Kocsis2021-02-083-7/+28
* Replace zend_bool uses with boolNikita Popov2021-01-152-6/+6
* FTP: Disallow direct `FTPConnection` constructionAyesh Karunaratne2020-12-232-0/+21
* waitpid in ftp server testsNikita Popov2020-10-231-6/+5
* Fix pasv_port determinationNikita Popov2020-10-231-1/+1
* Use ephemeral port in ftp testsNikita Popov2020-10-232-25/+13
* Remove unused pasv_listen() functionNikita Popov2020-10-221-30/+0
* Convert FTP resource to objectSara Golemon2020-10-216-398/+282
* Review parameter names in ext/ftpMáté Kocsis2020-10-022-60/+57
* Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-203-4/+4
* Remove some unnecessary HAVE_EXTNAME guardsNikita Popov2020-09-072-13/+1
* Promote warnings to exceptions in ext/ftpMáté Kocsis2020-08-318-91/+129
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-1/+1
* Add a bunch of missing argument types to stubsMáté Kocsis2020-08-032-6/+12
* Remove proto comments from C filesMax Semenik2020-07-062-164/+82
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Merge branch 'PHP-7.4'Christoph M. Becker2020-06-231-1/+4
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-231-1/+4
| |\
| | * Fix #55857: ftp_size on large filesChristoph M. Becker2020-06-231-1/+4
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-151-1/+2
| | |\
| | | * Fix bug #77124Nikita Popov2019-07-151-1/+2
* | | | Fix [-Wundef] warning in FTP extensionGeorge Peter Banyard2020-05-163-7/+7
* | | | Fix UNKNOWN default values in various extensionsMáté Kocsis2020-05-052-2/+2
* | | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-22/+22
* | | | Generate functions entries from stubs for another set of extensionsMáté Kocsis2020-04-054-81/+85
* | | | Annotate function aliases in stubsMáté Kocsis2020-04-041-1/+4
* | | | Add stubs for aliasesMáté Kocsis2020-02-183-1/+6
* | | | Reindent phpt filesNikita Popov2020-02-031-524/+524
* | | | Merge branch 'PHP-7.4'Nikita Popov2020-01-201-3/+4
|\ \ \ \ | |/ / /
| * | | Fix bug #79112: IMAP can't find OpenSSL during configureNikita Popov2020-01-201-3/+4
* | | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-173-4/+4
* | | | Fix #78880: Final spelling fixesMáté Kocsis2020-01-162-3/+3
* | | | 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
* | | | Add union return types for function stubsMáté Kocsis2019-11-112-60/+34
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-254-8/+0
* | | | Add stubs for ext/ftpChristoph M. Becker2019-08-253-209/+341
* | | | Remove some misleading RETURN_FALSENikita Popov2019-08-121-35/+35
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-251-1/+2
|\ \ \ \ | |/ / /
| * | | Fix SSL_CTX leak in ftp extensionNikita Popov2019-06-251-1/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-141-0/+2
|\ \ \ \ | |/ / /
| * | | Fix compilation without deprecated OpenSSL 1.1 APIsRosen Penev2019-06-141-0/+2
* | | | Convert fetch_resource warnings into TypeErrorsNikita Popov2019-06-031-132/+199
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-2/+0
|\ \ \ \ | |/ / /
| * | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
| * | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-1/+1
* | | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-1/+1
|\ \ \ \
| * | | | Use ZEND_TRA_ASSIGN_REF_... macros for by reference arguments of internal fun...Dmitry Stogov2019-04-241-1/+1
| |/ / /