Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert fetch_resource warnings into TypeErrors | Nikita Popov | 2019-06-03 | 1 | -132/+199 |
* | Merge branch 'PHP-7.4' | Nikita Popov | 2019-03-25 | 1 | -2/+10 |
|\ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-03-25 | 1 | -2/+10 |
| |\ | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-03-25 | 1 | -2/+10 |
| | |\ | |||||
| | | * | Fix bug #77680: Correctly implement recursive mkdir on FTP stream | Vlad Temian | 2019-03-25 | 1 | -2/+10 |
| | | * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 6 | -6/+5 |
| | | * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 3 | -4/+4 |
| | * | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 8 | -8/+7 |
| | * | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 2 | -2/+2 |
* | | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-03-15 | 9 | -18/+18 |
|\ \ \ \ | |/ / / | |||||
| * | | | Replace dirname(__FILE__) by __DIR__ in tests | Fabien Villepinte | 2019-03-15 | 9 | -18/+18 |
* | | | | Adjust tests for zpp TypeError change | Nikita Popov | 2019-03-11 | 4 | -186/+6 |
|/ / / | |||||
* | | | Implement fine-grained conflict handling | Nikita Popov | 2019-02-20 | 1 | -0/+1 |
* | | | Expand FTP delete basic test with "unknown file" coverage | Ward Cappelle | 2019-02-10 | 2 | -5/+21 |
* | | | Ignore getaddrinfo failed message | Mizunashi Mana | 2018-11-08 | 1 | -1/+1 |
* | | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 8 | -8/+7 |
* | | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 2 | -2/+2 |
|/ / | |||||
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2018-09-04 | 1 | -16/+28 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-09-04 | 1 | -17/+29 |
| |\ | |||||
| | * | Fixed bug #73457 | Ville Hukkamaki | 2018-09-04 | 1 | -16/+28 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-03-23 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Add missing skip prefix for some SKIPIF messages | atvoicu | 2018-03-23 | 1 | -1/+1 |
* | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 2 | -2/+2 |
* | | | Test more functions of ftp | Gabriel Caruso | 2018-02-19 | 10 | -1/+205 |
* | | | Increase ext/ftp coverage | Gabriel Caruso | 2018-02-06 | 3 | -10/+33 |
* | | | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 2 | -3/+3 |
* | | | convert spaces to tabs in ext/ftp/tests/server.inc | Michael Kliewe | 2017-10-28 | 1 | -14/+14 |
* | | | Add tests for ftp_rename | Michael Kliewe | 2017-10-28 | 2 | -5/+34 |
* | | | Add test for ftp functions with bogus resource | Michael Paul | 2017-09-12 | 2 | -0/+152 |
* | | | Refactor ftp_append test to clean temporary files | Michael Paul | 2017-09-12 | 1 | -7/+17 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-08-02 | 2 | -1/+54 |
|\ \ \ | |/ / | |||||
| * | | Add ftp_append to create a new file or append data to an existing file (RFC959) | Andreas Treichel | 2017-08-02 | 2 | -1/+54 |
* | | | Make transfer mode optional, set default to binary | Andreas Treichel | 2017-07-25 | 2 | -19/+15 |
|/ / | |||||
* | | Test ftp_ssl_connect() function : error conditions | chance garcia | 2017-06-19 | 1 | -0/+51 |
* | | ftp_mlsd(): Parse the MLSD response | Andreas Treichel | 2017-02-17 | 3 | -9/+101 |
* | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-02-16 | 1 | -9/+23 |
|\ \ | |/ | |||||
| * | Make the ftp and stream tests more reliable. | Mitch Hagstrand | 2017-02-16 | 1 | -9/+23 |
* | | FTP: implement MLSD for structured listing of directories, decribed at https:... | Andreas Treichel | 2017-01-29 | 4 | -0/+96 |
|/ | |||||
* | Fix FTP tests for Travis CI. | Mitch Hagstrand | 2017-01-09 | 1 | -1/+2 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-08-30 | 1 | -1/+8 |
|\ | |||||
| * | Test case for bug #72771 | Ville Hukkamäki | 2016-08-30 | 1 | -1/+8 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-08-05 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Fix #72764 | Ville Hukkamaki | 2016-08-05 | 1 | -4/+4 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-07-27 | 2 | -57/+76 |
|\ \ | |/ | |||||
| * | Fix bug #72667 | Ville Hukkamäki | 2016-07-27 | 2 | -57/+76 |
* | | Fixed tests | Dmitry Stogov | 2015-03-12 | 2 | -0/+2 |
* | | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 1 | -1/+1 |
|/ | |||||
* | fix unstable test | Stanislav Malyshev | 2014-07-08 | 1 | -1/+1 |
* | fix many parallel test issues | ptarjan | 2013-11-06 | 7 | -14/+14 |
* | Fix bug #65667: ftp_nb_continue produces segfault | Philip Hofstetter | 2013-10-04 | 2 | -0/+189 |