[commits] Horde branch master updated. 36821f1c860c3f34159771eea14c9a629a7e05f2

Jan Schneider jan at horde.org
Fri Jul 1 13:13:27 UTC 2016


The branch "master" has been updated.
The following is a summary of the commits.

from: 00e87cead0790b7eee7b159280e33e5d9bd88f4e

6da1edb Fix alarm test configuration.
8f1457e Install lzf extension.
07c0943 Those are incomplete tests.
2cb8a19 Allow these to work on PHP 7 too.
7e5502b [jan] Add support for memcached extension and PHP 7.
c03874d Fix tests.
c5cc93b Install Predis.
0055dfa Install http extension.
f746287 Fix Imap_Client configuration.
7b6b7bf Revert "Mark these as skipped for now."
2848987 memcached extension is supported too now.
36821f1 Fix SessionHandler_Mongo configuration.

Summary: http://github.com/horde/horde/compare/00e87cead0790b7eee7b159280e33e5d9bd88f4e...36821f1c860c3f34159771eea14c9a629a7e05f2

-----------------------------------------------------------------------

commit 6da1edbbdce5f55778a7097f63f78d45fc4468e0
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 1 11:21:24 2016 +0200

    Fix alarm test configuration.

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://github.com/horde/horde/commit/6da1edbbdce5f55778a7097f63f78d45fc4468e0

-----------------------------------------------------------------------

commit 8f1457e93ef2d1387ea5795c945a816619b1aed1
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 1 11:28:25 2016 +0200

    Install lzf extension.

 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

http://github.com/horde/horde/commit/8f1457e93ef2d1387ea5795c945a816619b1aed1

-----------------------------------------------------------------------

commit 07c0943fed457431bc2aae68e207213898053ac7
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 1 14:06:25 2016 +0200

    Those are incomplete tests.

 framework/ActiveSync/test/Horde/ActiveSync/AppointmentTest.php     | 6 +++---
 framework/ActiveSync/test/Horde/ActiveSync/ImapAdapterTest.php     | 2 +-
 framework/ActiveSync/test/Horde/ActiveSync/MessageBodyDataTest.php | 4 ++--
 framework/ActiveSync/test/Horde/ActiveSync/StateTest/Base.php      | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

http://github.com/horde/horde/commit/07c0943fed457431bc2aae68e207213898053ac7

-----------------------------------------------------------------------

commit 2cb8a19ce1e58c09773b9ede65ff98c76b059416
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 1 14:06:56 2016 +0200

    Allow these to work on PHP 7 too.

 .../Test/bundle/vendor/phpunit/phpunit/src/Framework/TestFailure.php    | 2 +-
 .../Test/bundle/vendor/phpunit/phpunit/src/Framework/TestListener.php   | 2 +-
 .../Test/bundle/vendor/phpunit/phpunit/src/Framework/TestResult.php     | 2 +-
 .../Test/bundle/vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/2cb8a19ce1e58c09773b9ede65ff98c76b059416

-----------------------------------------------------------------------

commit 7e5502be450a7512304a5da85897f40bee822eaf
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 1 14:18:07 2016 +0200

    [jan] Add support for memcached extension and PHP 7.

 framework/Memcache/lib/Horde/Memcache.php | 115 +++++++++++++++++++++---------
 framework/Memcache/package.xml            |  31 ++++----
 2 files changed, 102 insertions(+), 44 deletions(-)

http://github.com/horde/horde/commit/7e5502be450a7512304a5da85897f40bee822eaf

-----------------------------------------------------------------------

commit c03874d4248bf9f778ec1efbec2169dd5b0abc2b
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 1 14:18:50 2016 +0200

    Fix tests.
    
    Clean up after tests, and use valid expiration values.

 .../HashTable/test/Horde/HashTable/Driver/TestBase.php    | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/c03874d4248bf9f778ec1efbec2169dd5b0abc2b

-----------------------------------------------------------------------

commit c5cc93bc1fc5605738994ab5cef3ff07ae2edf45
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 1 14:22:58 2016 +0200

    Install Predis.

 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

http://github.com/horde/horde/commit/c5cc93bc1fc5605738994ab5cef3ff07ae2edf45

-----------------------------------------------------------------------

commit 0055dfae7309c8b7c00b9b424c2a86dcf8b0e5ba
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 1 14:25:15 2016 +0200

    Install http extension.

 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

http://github.com/horde/horde/commit/0055dfae7309c8b7c00b9b424c2a86dcf8b0e5ba

-----------------------------------------------------------------------

commit f7462870149fafd79cc80bb75e11df13fead1427
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 1 14:28:12 2016 +0200

    Fix Imap_Client configuration.

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://github.com/horde/horde/commit/f7462870149fafd79cc80bb75e11df13fead1427

-----------------------------------------------------------------------

commit 7b6b7bf505f423f04ce7e66da266ffbb22974a04
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 1 14:34:23 2016 +0200

    Revert "Mark these as skipped for now."
    
    Let's see if these still fail.
    
    This reverts commit 10bfef15d3d3bd709ed65fb1e306463ebbe902cf.

 .../Mail_Autoconfig/test/Horde/Mail/Autoconfig/Driver/TestBase.php      | 2 --
 1 file changed, 2 deletions(-)

http://github.com/horde/horde/commit/7b6b7bf505f423f04ce7e66da266ffbb22974a04

-----------------------------------------------------------------------

commit 2848987f29efbb1c6292e7de9e0990c5dfffecf0
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 1 14:39:04 2016 +0200

    memcached extension is supported too now.

 .../SessionHandler/test/Horde/SessionHandler/Storage/MemcacheTest.php   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://github.com/horde/horde/commit/2848987f29efbb1c6292e7de9e0990c5dfffecf0

-----------------------------------------------------------------------

commit 36821f1c860c3f34159771eea14c9a629a7e05f2
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 1 14:40:26 2016 +0200

    Fix SessionHandler_Mongo configuration.

 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

http://github.com/horde/horde/commit/36821f1c860c3f34159771eea14c9a629a7e05f2




More information about the commits mailing list