summaryrefslogtreecommitdiff
path: root/ext/ftp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix some misspellingsGabriel Caruso2018-02-061-2/+2
* | | Increase ext/ftp coverageGabriel Caruso2018-02-063-10/+33
* | | Adjust manual zpp-like error message implementationsNikita Popov2018-02-041-3/+3
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-042-3/+3
* | | Trailing whitespacesGabriel Caruso2018-01-031-2/+2
* | | year++Xinchen Hui2018-01-024-4/+4
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | 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
* | | Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-55/+0
* | | Adjust ftp arginfos for optional modeNikita Popov2017-08-021-10/+10
* | | Default ftp_append() mode to FTPTYPE_IMAGEAndreas Treichel2017-08-021-3/+3
* | | Merge branch 'PHP-7.2'Nikita Popov2017-08-026-1/+171
|\ \ \ | |/ /
| * | Add ftp_append to create a new file or append data to an existing file (RFC959)Andreas Treichel2017-08-026-1/+171
* | | Make transfer mode optional, set default to binaryAndreas Treichel2017-07-253-43/+39
|/ /
* | Test ftp_ssl_connect() function : error conditionschance garcia2017-06-191-0/+51
* | ftp_mlsd(): Parse the MLSD responseAndreas Treichel2017-02-176-11/+159
* | Merge branch 'PHP-7.1'Nikita Popov2017-02-161-9/+23
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita 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-298-0/+150
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-091-1/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-091-1/+2
| |\ \ | | |/
| | * Fix FTP tests for Travis CI.Mitch Hagstrand2017-01-091-1/+2
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-044-4/+4
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-081-3/+3
|\ \ \ | |/ /
| * | move various places to the centralized OpenSSL setup routineAnatol Belski2017-01-081-3/+3
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-044-4/+4
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-024-4/+4
* | | Fix ext/ftpNikita Popov2016-11-221-4/+4
* | | Kill some more strlen() calls and fix a possible missing NULL pointer checkKalle Sommer Nielsen2016-11-203-112/+149
* | | Remove undefined variable if ext/ftp was built with SSLKalle Sommer Nielsen2016-11-201-3/+0
* | | Fix typoKalle Sommer Nielsen2016-11-201-1/+1
* | | Shave off a strlen() call in ftp_mkdir()Kalle Sommer Nielsen2016-11-203-4/+4
* | | restore erroneously removed partAnatol Belski2016-11-131-0/+1
* | | Remove Netware supportKalle Sommer Nielsen2016-11-122-23/+5
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-301-1/+8
|\ \ | |/
| * 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-7.0' into PHP-7.1Nikita Popov2016-08-131-17/+24
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-08-131-17/+24
| |\ \ | | |/
| | * Bug 70195Benedict Singer2016-08-131-17/+25
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-051-4/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-08-051-4/+4
| |\ \ | | |/
| | * Fix #72764Ville Hukkamaki2016-08-051-4/+4
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-07-272-57/+76
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-272-57/+76
| |\ \ | | |/
| | * Fix bug #72667Ville Hukkamäki2016-07-272-57/+76