summaryrefslogtreecommitdiff
path: root/ext/ftp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | 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
* | 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
* | | Fixed compilation warningsDmitry Stogov2016-06-221-3/+3
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-2/+2
|/ /
* | allow static build of ext/ftpAnatol Belski2016-01-081-3/+3
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-014-4/+4
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-014-4/+4
* | Implement FR #55651 (Option to ignore the returned FTP PASV address)Avi Brender2015-12-154-3/+23
|\ \ | |/
| * Implement FR #55651 (Option to ignore the returned FTP PASV address)Avi Brender2015-12-154-3/+23
* | Remove these old references to the DSP files we don't use anymoreKalle Sommer Nielsen2015-06-221-1/+0
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-05-311-2/+0
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-311-2/+0
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-311-2/+0
| | |\
| | | * improve fix for Bug #69545Stanislav Malyshev2015-05-311-2/+0
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-05-121-3/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-121-41/+41
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-121-41/+41
| | |\ \ | | | |/
| | | * Fix bug #69545 - avoid overflow when reading listStanislav Malyshev2015-04-291-41/+41
| | * | Bump yearXinchen Hui2015-01-154-4/+4
| | * | fix unstable testStanislav Malyshev2014-07-081-1/+1
| * | | bump yearXinchen Hui2015-01-154-4/+4
| * | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-2/+2
| * | | Revert "Add SO_REUSEPORT + SO_BROADCAST support via socket stream context opt...Ferenc Kovacs2014-08-061-1/+1
| * | | Add SO_REUSEPORT + SO_BROADCAST support via socket stream context optionDaniel Lowrey2014-08-051-1/+1
* | | | cleaning up the version macrosAnatol Belski2015-03-232-1/+4
* | | | improve ssl operations with possible renegotiationAnatol Belski2015-03-121-10/+138
* | | | use _set_errno where appropriateAnatol Belski2015-03-121-6/+25
* | | | Fixed testsDmitry Stogov2015-03-122-0/+2
* | | | simplify conditionAnatol Belski2015-03-121-5/+1
* | | | force ext/ftp to be always shared on WindowsAnatol Belski2015-03-121-1/+1
* | | | remove ext/openssl dependency for ext/ftp from confAnatol Belski2015-03-121-2/+1
* | | | don't depend on ext/openssl for ftp ssl supportAnatol Belski2015-03-111-12/+9
* | | | fix ftp_login with ssl enabledAnatol Belski2015-03-111-7/+38