summaryrefslogtreecommitdiff
path: root/ext/ftp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | added commentAnatol Belski2015-03-111-0/+1
* | | | enable ftps for shared ext/ftpAnatol Belski2015-03-116-24/+54
* | | | Ported ftpXinchen Hui2015-02-021-36/+98
* | | | bump yearXinchen Hui2015-01-154-4/+4
* | | | trailing whitespace removalStanislav Malyshev2015-01-103-40/+40
* | | | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-211-1/+1
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-133-137/+136
* | | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-2/+2
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-194-4/+4
* | | | Fix ftp_login()Nikita Popov2014-09-031-1/+1
* | | | fixed remaining 's' args for ftpAnatol Belski2014-08-271-10/+12
* | | | first show to make 's' work with size_tAnatol Belski2014-08-271-14/+14
* | | | master renames phase 3Anatol Belski2014-08-251-5/+5
* | | | master renames phase 1Anatol Belski2014-08-253-80/+80
* | | | fixes to %pd format usageAnatol Belski2014-08-242-7/+7
* | | | ported ext/ftpAnatol Belski2014-08-193-51/+51
* | | | basic macro replacements, all at onceAnatol Belski2014-08-191-26/+26
* | | | Merge branch 'master' into testDmitry Stogov2014-08-111-1/+1
|\ \ \ \
| * | | | Add SO_REUSEPORT + SO_BROADCAST support via socket stream context optionDaniel Lowrey2014-08-051-1/+1
| |/ / /