Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
* | Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ↵ | Dmitry Stogov | 2018-07-05 | 1 | -1/+1 |
| | | | | reference, that may lead to memory leaks. | ||||
* | Merge branch 'PHP-7.2' | Christoph M. Becker | 2018-02-23 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-7.2: Fix some arginfos | ||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-02-23 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | * PHP-7.1: Fix some arginfos | ||||
| | * | Fix some arginfos | Gabriel Caruso | 2018-02-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * all arguments for ftp_pasv are required * $varname for getenv function isn't required anymore * fsockopen and pfsockopen only require $hostname * strtok can work with only one parameter * strpbrk needs two parameters to work * required parameters and add some parameters in openssl_* functions | ||||
| | * | 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 |
| | | | | | | | | | | | | This should also use int/bool. | ||||
* | | | 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 |
| | | | | | | | | | | | | | | | This was changed in 00cd671233e8181746ff2853365fb2362dd178e8, but the arginfos were not adjusted. | ||||
* | | | Default ftp_append() mode to FTPTYPE_IMAGE | Andreas Treichel | 2017-08-02 | 1 | -3/+3 |
| | | | | | | | | | | | | To be consistent with other ftp_*() functions in master. | ||||
* | | | 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 ↵ | Andreas Treichel | 2017-01-29 | 1 | -0/+36 |
| | | | | | | | | https://tools.ietf.org/html/rfc3659 | ||||
* | | 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 |
| | | | | | | | | Thanks to Anatol for review | ||||
* | | 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 |
|/ | | | | If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I cannot test atm. | ||||
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -2/+2 |
| | | | | | "%p" replaced by ZEND_LONG_FMT to avoid compilation warnings. Fixed most incorrect use cases of format specifiers. | ||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | 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 |
| | | | | | | | | | | instead just link against the openssl and init manually, that's more flexible | ||||
* | | 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 |
| | | |||||
* | | ported ext/ftp | Anatol Belski | 2014-08-19 | 1 | -32/+32 |
| | | |||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -26/+26 |
| | | |||||
* | | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -2/+1 |
| | | |||||
* | | Fixed safe resource close. | Dmitry Stogov | 2014-05-13 | 1 | -1/+1 |
| | | | | | | | | | | It must not de deleted (just closed), because it still may be referenced from zval(s). This fixes few ext/ftp test memory failures detected with valgrind. | ||||
* | | Fixed incorrect boolean IS_FALSE/IS_TRUE handling | Dmitry Stogov | 2014-05-06 | 1 | -1/+1 |
| | | |||||
* | | Fixed memory leaks | Dmitry Stogov | 2014-05-06 | 1 | -4/+6 |
| | | |||||
* | | fix ftp for ng | krakjoe | 2014-05-06 | 1 | -42/+42 |
| | | |||||
* | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -2/+2 |
|/ |