summaryrefslogtreecommitdiff
path: root/ext/ftp/tests
Commit message (Expand)AuthorAgeFilesLines
* FTP: Disallow direct `FTPConnection` constructionAyesh Karunaratne2020-12-231-0/+15
* 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-213-67/+73
* Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-202-2/+2
* Promote warnings to exceptions in ext/ftpMáté Kocsis2020-08-315-59/+101
* Reindent phpt filesNikita Popov2020-02-031-524/+524
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* Fix #78880: Final spelling fixesMáté Kocsis2020-01-162-3/+3
* 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