summaryrefslogtreecommitdiff
path: root/ext/ftp/tests
Commit message (Expand)AuthorAgeFilesLines
* Convert fetch_resource warnings into TypeErrorsNikita Popov2019-06-031-132/+199
* 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
| | | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-156-6/+5
| | | * Trim trailing whitespace in *.phptPeter Kokot2018-10-143-4/+4
| | * | 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.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
|/ / /
* | | Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+1
* | | Expand FTP delete basic test with "unknown file" coverageWard Cappelle2019-02-102-5/+21
* | | 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-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
* | | Merge branch 'PHP-7.2'Nikita Popov2018-03-231-1/+1
|\ \ \ | |/ /
| * | Add missing skip prefix for some SKIPIF messagesatvoicu2018-03-231-1/+1
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-202-2/+2
* | | Test more functions of ftpGabriel Caruso2018-02-1910-1/+205
* | | Increase ext/ftp coverageGabriel Caruso2018-02-063-10/+33
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-042-3/+3
* | | convert spaces to tabs in ext/ftp/tests/server.incMichael Kliewe2017-10-281-14/+14
* | | Add tests for ftp_renameMichael Kliewe2017-10-282-5/+34
* | | Add test for ftp functions with bogus resourceMichael Paul2017-09-122-0/+152
* | | Refactor ftp_append test to clean temporary filesMichael Paul2017-09-121-7/+17
* | | Merge branch 'PHP-7.2'Nikita Popov2017-08-022-1/+54
|\ \ \ | |/ /
| * | Add ftp_append to create a new file or append data to an existing file (RFC959)Andreas Treichel2017-08-022-1/+54
* | | Make transfer mode optional, set default to binaryAndreas Treichel2017-07-252-19/+15
|/ /
* | Test ftp_ssl_connect() function : error conditionschance garcia2017-06-191-0/+51
* | ftp_mlsd(): Parse the MLSD responseAndreas Treichel2017-02-173-9/+101
* | Merge branch 'PHP-7.1'Nikita Popov2017-02-161-9/+23
|\ \ | |/
| * Make the ftp and stream tests more reliable.Mitch Hagstrand2017-02-161-9/+23
* | FTP: implement MLSD for structured listing of directories, decribed at https:...Andreas Treichel2017-01-294-0/+96
|/
* Fix FTP tests for Travis CI.Mitch Hagstrand2017-01-091-1/+2
* Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-08-301-1/+8
|\
| * Test case for bug #72771Ville Hukkamäki2016-08-301-1/+8
* | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-08-051-4/+4
|\ \ | |/
| * Fix #72764Ville Hukkamaki2016-08-051-4/+4
* | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-272-57/+76
|\ \ | |/
| * Fix bug #72667Ville Hukkamäki2016-07-272-57/+76
* | Fixed testsDmitry Stogov2015-03-122-0/+2
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-211-1/+1
|/
* fix unstable testStanislav Malyshev2014-07-081-1/+1
* fix many parallel test issuesptarjan2013-11-067-14/+14
* Fix bug #65667: ftp_nb_continue produces segfaultPhilip Hofstetter2013-10-042-0/+189