summaryrefslogtreecommitdiff
path: root/ext/ftp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | * PHP-5.6: improve fix for Bug #69545
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-311-2/+0
| |\ | | | | | | | | | | | | * PHP-5.5: improve fix for Bug #69545
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-311-2/+0
| | |\ | | | | | | | | | | | | | | | | * PHP-5.4: improve fix for Bug #69545
| | | * improve fix for Bug #69545Stanislav Malyshev2015-05-311-2/+0
| | | |
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-05-121-3/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: fix format update NEWS Add test for bug #69522 Update tests Fix bug #69522 - do not allow int overflow Forgot test file Fix bug #69403 and other int overflows Fixed bug #69418 - more s->p fixes for filenames Fixed bug #69364 - use smart_str to assemble strings Fix bug #69453 - don't try to cut empty string Fix bug #69545 - avoid overflow when reading list Conflicts: Zend/zend_alloc.c Zend/zend_operators.c ext/ftp/ftp.c ext/pcntl/pcntl.c ext/standard/basic_functions.c ext/standard/dir.c ext/standard/file.c ext/standard/pack.c ext/standard/string.c main/rfc1867.c
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-121-41/+41
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: fix format update NEWS Add test for bug #69522 Update tests Fix bug #69522 - do not allow int overflow Forgot test file Fix bug #69403 and other int overflows Fixed bug #69418 - more s->p fixes for filenames Fixed bug #69364 - use smart_str to assemble strings Fix bug #69453 - don't try to cut empty string Fix bug #69545 - avoid overflow when reading list Conflicts: ext/standard/pack.c
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-121-41/+41
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: fix format update NEWS Add test for bug #69522 Update tests Fix bug #69522 - do not allow int overflow Forgot test file Fix bug #69403 and other int overflows Fixed bug #69418 - more s->p fixes for filenames Fixed bug #69364 - use smart_str to assemble strings Fix bug #69453 - don't try to cut empty string Fix bug #69545 - avoid overflow when reading list Conflicts: ext/pcntl/pcntl.c ext/standard/basic_functions.c ext/standard/pack.c ext/standard/tests/dir/opendir_variation1-win32.phpt
| | | * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c
| * | | Revert "Add SO_REUSEPORT + SO_BROADCAST support via socket stream context ↵Ferenc Kovacs2014-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | option" This reverts commit a51bf0cadf7862d10b2cc19cae2c991d24d670b1.
| * | | 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
| | | | | | | | | | | | | | | | | | | | instead just link against the openssl and init manually, that's more flexible
* | | | 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
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (39 commits) Add __debugInfo() to UPGRADING. fix TS build Update NEWS Update NEWS Update NEWS Small tidy ups and raise visibility of GitHub PR process Bug #41631: Observe socket read timeouts in SSL streams wrap int8_t and int16_t with #ifdef to avoid possible clashes - Updated to version 2014.6 (2014f) Removed Countable::count() change info from UPGRADE.INTERNALS too NEWS and UPGRADING for intdiv() Revert "Add SO_REUSEPORT + SO_BROADCAST support via socket stream context option" Fixed skip case for intdiv 64-bit test Use callback structure Add EXPECTF Fix handling of multi-result sets with PS...used to clean not only the result set but the whole PS. 5.5.17 now 5.4.33-dev now Add SO_REUSEPORT + SO_BROADCAST support via socket stream context option Add SO_REUSEPORT + SO_BROADCAST support via socket stream context option ... Conflicts: ext/fileinfo/libmagic/softmagic.c main/streams/xp_socket.c
| * | | | Add SO_REUSEPORT + SO_BROADCAST support via socket stream context optionDaniel Lowrey2014-08-051-1/+1
| |/ / /
* | | | Merge branch 'master' into phpngXinchen Hui2014-07-091-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-07-081-1/+1
| |\ \ \ | | |/ / | |/| / | | |/ | | | * PHP-5.4: fix unstable test
| | * fix unstable testStanislav Malyshev2014-07-081-1/+1
| | |
| | * Bump yearXinchen Hui2014-01-034-4/+4
| | |
| * | Bump yearXinchen Hui2014-01-034-4/+4
| | |
* | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-2/+1
| | |
* | | Fixed safe resource close.Dmitry Stogov2014-05-131-1/+1
| | | | | | | | | | | | | | | It must not de deleted (just closed), because it still may be referenced from zval(s). This fixes few ext/ftp test memory failures detected with valgrind.