summaryrefslogtreecommitdiff
path: root/ext/ftp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-121-57/+59
|\ \ \ \ | |/ / /
| * | | Avoid uninit warning in ftpNikita Popov2019-04-121-57/+59
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-03-251-2/+10
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-251-2/+10
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-251-2/+10
| | |\ \ | | | |/
| | | * Fix bug #77680: Correctly implement recursive mkdir on FTP streamVlad Temian2019-03-251-2/+10
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-03-159-18/+18
|\ \ \ \ | |/ / /
| * | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-159-18/+18
* | | | Adjust tests for zpp TypeError changeNikita Popov2019-03-114-186/+6
|/ / /
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-4/+10
* | | Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+1
* | | Expand FTP delete basic test with "unknown file" coverageWard Cappelle2019-02-102-5/+21
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-081-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-081-1/+1
| |\ \ | | |/
| | * Fix FTPS passive mode of data channel event pollYanTao2019-02-081-1/+1
* | | Remove local variablesPeter Kokot2019-02-032-17/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-304-4/+4
* | | Implement typed propertiesNikita Popov2019-01-111-3/+3
* | | Merge branch 'PHP-7.3'Remi Collet2018-11-201-6/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2018-11-201-6/+8
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2018-11-201-6/+8
| | |\
| | | * Fix #77151 ftp_close(): SSL_read on shutdownRemi Collet2018-11-201-6/+8
| | | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-155-5/+5
| | | * Trim trailing whitespace in *.phptPeter Kokot2018-10-143-4/+4
| | | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-7/+7
| | * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-156-6/+5
| | * | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-4/+4
| | * | Trim trailing whitespace in source code filesPeter Kokot2018-10-132-9/+9
| * | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-158-8/+7
| * | | Trim trailing whitespace in *.phptPeter Kokot2018-10-142-2/+2
* | | | Ignore getaddrinfo failed messageMizunashi Mana2018-11-081-1/+1
* | | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-158-8/+7
* | | | Trim trailing whitespace in *.phptPeter Kokot2018-10-142-2/+2
|/ / /
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-10-051-6/+65
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-10-051-6/+65
| |\ \ | | |/
| | * Fix #76972: FTP data truncation due to forceful ssl socket shutdownManuel Mausz2018-10-051-6/+65
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-041-16/+28
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-041-17/+29
| |\ \ | | |/
| | * Fixed bug #73457Ville Hukkamaki2018-09-041-16/+28
* | | Remove unused Git attributes identPeter Kokot2018-07-256-12/+1
* | | Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-051-1/+1
* | | Merge branch 'PHP-7.2'Nikita Popov2018-03-231-1/+1
|\ \ \ | |/ /
| * | Add missing skip prefix for some SKIPIF messagesatvoicu2018-03-231-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-024-4/+4
| * | year++Xinchen Hui2018-01-024-4/+4
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-202-2/+2
* | | Test more functions of ftpGabriel Caruso2018-02-1910-1/+205