summaryrefslogtreecommitdiff
path: root/ext/ftp/tests/server.inc
Commit message (Expand)AuthorAgeFilesLines
* 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-231-24/+13
* Remove unused pasv_listen() functionNikita Popov2020-10-221-30/+0
* Reindent phpt filesNikita Popov2020-02-031-524/+524
* 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
* | | Expand FTP delete basic test with "unknown file" coverageWard Cappelle2019-02-101-3/+6
|/ /
* | 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
* | | Test more functions of ftpGabriel Caruso2018-02-191-1/+3
* | | Increase ext/ftp coverageGabriel Caruso2018-02-061-8/+2
* | | convert spaces to tabs in ext/ftp/tests/server.incMichael Kliewe2017-10-281-14/+14
* | | Add tests for ftp_renameMichael Kliewe2017-10-281-5/+11
|/ /
* | Add ftp_append to create a new file or append data to an existing file (RFC959)Andreas Treichel2017-08-021-1/+22
* | ftp_mlsd(): Parse the MLSD responseAndreas Treichel2017-02-171-0/+4
* | 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-291-0/+38
|/
* Fix FTP tests for Travis CI.Mitch Hagstrand2017-01-091-1/+2
* Test case for bug #72771Ville Hukkamäki2016-08-301-1/+8
* Fix #72764Ville Hukkamaki2016-08-051-4/+4
* Fix bug #72667Ville Hukkamäki2016-07-271-11/+29
* Fix bug #65667: ftp_nb_continue produces segfaultPhilip Hofstetter2013-10-041-0/+7
* First fixes for a 64bit compatible ftp extensionAndreas Streichardt2013-08-041-6/+17
* server for ftp testsZoe Slattery2009-08-301-215/+327
* New FTP test from Nathaniel McHughZoe Slattery2008-12-171-2/+23
* FTP test from Nathaniel McHughZoe Slattery2008-12-051-1/+20
* Fixed bug #37799 (ftp_ssl_connect() falls back to non-ssl connection)Nuno Lopes2007-02-131-2/+8
* tests + BFNNuno Lopes2006-12-011-0/+27
* more testsNuno Lopes2006-11-241-1/+1
* fix tests after Tony's commit and add a test for the bug he fixedNuno Lopes2006-11-241-1/+38
* add tests for 2 old bugsNuno Lopes2006-11-231-2/+13
* add two more tests (test bogus parameters and bogus server respsnes)Nuno Lopes2006-11-231-1/+18
* new tests. what a crazy idea...Nuno Lopes2006-11-191-0/+160