[commits] Horde branch master updated. 9bed54d1f1d4dbdddda2f23913a5d0c9cf87e67f

Jan Schneider jan at horde.org
Thu Jan 7 16:36:40 UTC 2016


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

from: 454d5671267e62d95c45f0dc959632e7fbde3982

df3ecf4 Xdebug 2.4 adds the location to the var_dump() output. Disable completely.
2f481b0 Don't modify the first alarm's start DateTime object too.
9bed54d Fix unit test for PHP 7.

Summary: http://github.com/horde/horde/compare/454d5671267e62d95c45f0dc959632e7fbde3982...9bed54d1f1d4dbdddda2f23913a5d0c9cf87e67f

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

commit df3ecf41b3d85d5ad4a2acf67449d7ceb7e42217
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 7 15:33:19 2016 +0000

    Xdebug 2.4 adds the location to the var_dump() output. Disable completely.

 framework/View/test/Horde/View/Helper/DebugTest.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 2f481b0cefe8d09efc91af24168ee1477c04533a
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 7 15:56:49 2016 +0000

    Don't modify the first alarm's start DateTime object too.
    
    We may have to clone the objects in the Object driver to protect against more of such issues.
    Discovered with PHP 7 because of different sorting algorithms.

 framework/Alarm/test/Horde/Alarm/Storage/Base.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

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

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

commit 9bed54d1f1d4dbdddda2f23913a5d0c9cf87e67f
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 7 16:35:01 2016 +0000

    Fix unit test for PHP 7.
    
    Before PHP 7 the internal key pointer wasn't reset by array_diff(), so appended entries got a higher key value.

 .../Horde/Kolab/Storage/List/Query/List/Cache/Synchronization.php |    6 +++-
 .../Storage/Unit/List/Query/List/Cache/SynchronizationTest.php    |    2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/9bed54d1f1d4dbdddda2f23913a5d0c9cf87e67f




More information about the commits mailing list