Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
* | Add stubs for ext/ftp | Christoph M. Becker | 2019-08-25 | 1 | -209/+1 |
* | Remove some misleading RETURN_FALSE | Nikita Popov | 2019-08-12 | 1 | -35/+35 |
* | Fix compilation without deprecated OpenSSL 1.1 APIs | Rosen Penev | 2019-06-14 | 1 | -0/+2 |
* | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ... | Dmitry Stogov | 2019-04-24 | 1 | -1/+1 |
* | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -8/+0 |
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | Implement typed properties | Nikita Popov | 2019-01-11 | 1 | -3/+3 |
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref... | Dmitry Stogov | 2018-07-05 | 1 | -1/+1 |
* | Merge branch 'PHP-7.2' | Christoph M. Becker | 2018-02-23 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-02-23 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix some arginfos | Gabriel Caruso | 2018-02-23 | 1 | -1/+1 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Adjust manual zpp-like error message implementations | Nikita Popov | 2018-02-04 | 1 | -3/+3 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | | | Adjust ftp arginfos for optional mode | Nikita Popov | 2017-08-02 | 1 | -10/+10 |
* | | | Default ftp_append() mode to FTPTYPE_IMAGE | Andreas Treichel | 2017-08-02 | 1 | -3/+3 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-08-02 | 1 | -0/+43 |
|\ \ \ | |/ / | |||||
| * | | Add ftp_append to create a new file or append data to an existing file (RFC959) | Andreas Treichel | 2017-08-02 | 1 | -0/+43 |
* | | | Make transfer mode optional, set default to binary | Andreas Treichel | 2017-07-25 | 1 | -24/+24 |
|/ / | |||||
* | | ftp_mlsd(): Parse the MLSD response | Andreas Treichel | 2017-02-17 | 1 | -2/+9 |
* | | FTP: implement MLSD for structured listing of directories, decribed at https:... | Andreas Treichel | 2017-01-29 | 1 | -0/+36 |
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | | Kill some more strlen() calls and fix a possible missing NULL pointer check | Kalle Sommer Nielsen | 2016-11-20 | 1 | -24/+24 |
* | | Fix typo | Kalle Sommer Nielsen | 2016-11-20 | 1 | -1/+1 |
* | | Shave off a strlen() call in ftp_mkdir() | Kalle Sommer Nielsen | 2016-11-20 | 1 | -1/+1 |
* | | Remove Netware support | Kalle Sommer Nielsen | 2016-11-12 | 1 | -4/+0 |
|/ | |||||
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -2/+2 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | | Implement FR #55651 (Option to ignore the returned FTP PASV address) | Avi Brender | 2015-12-15 | 1 | -0/+15 |
|\ \ | |/ | |||||
| * | Implement FR #55651 (Option to ignore the returned FTP PASV address) | Avi Brender | 2015-12-15 | 1 | -0/+15 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | cleaning up the version macros | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
* | | don't depend on ext/openssl for ftp ssl support | Anatol Belski | 2015-03-11 | 1 | -12/+9 |
* | | enable ftps for shared ext/ftp | Anatol Belski | 2015-03-11 | 1 | -7/+26 |
* | | Ported ftp | Xinchen Hui | 2015-02-02 | 1 | -36/+98 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -81/+81 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | Fix ftp_login() | Nikita Popov | 2014-09-03 | 1 | -1/+1 |
* | | fixed remaining 's' args for ftp | Anatol Belski | 2014-08-27 | 1 | -10/+12 |
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -14/+14 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -58/+58 |
* | | fixes to %pd format usage | Anatol Belski | 2014-08-24 | 1 | -2/+2 |