[commits] Horde branch master updated. 54404f27c5397ddbf3c2ee503fe754a885012c2a

Michael M Slusarz slusarz at horde.org
Tue Sep 24 19:47:21 UTC 2013


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

from: 9a8ace0aec21eb2ccf978bac80f04adb56e308d2

e2bcc2e [mms] Add Horde_Stream#close().
54404f2 This fixes DB tests for me


Summary: http://github.com/horde/horde/compare/9a8ace0aec21eb2ccf978bac80f04adb56e308d2...54404f27c5397ddbf3c2ee503fe754a885012c2a

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

commit e2bcc2e3e13279992e6f2360290deb96d01fe3a0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 24 13:15:18 2013 -0600

    [mms] Add Horde_Stream#close().
    
    Can't automatically close in destruct(), since we allow public access to
    the stream resource and that resource may still be used somewhere.
    
    For 2.0, should make stream a private member variable and require access
    via the Horde_Stream API instead.

 framework/Stream/lib/Horde/Stream.php               |   24 +++++++++---------
 framework/Stream/package.xml                        |    2 +
 framework/Stream/test/Horde/Stream/ExistingTest.php |    2 +-
 framework/Stream/test/Horde/Stream/TempTest.php     |    2 +-
 4 files changed, 16 insertions(+), 14 deletions(-)

http://github.com/horde/horde/commit/e2bcc2e3e13279992e6f2360290deb96d01fe3a0
http://git.horde.org/horde-git/-/commit/e2bcc2e3e13279992e6f2360290deb96d01fe3a0

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

commit 54404f27c5397ddbf3c2ee503fe754a885012c2a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 24 13:33:24 2013 -0600

    This fixes DB tests for me
    
    Mysql tests were trying to be run for me, even though I don't have mysql
    on my system.

 framework/Db/test/Horde/Db/Adapter/MysqlTest.php  |    6 +++---
 framework/Db/test/Horde/Db/Adapter/MysqliTest.php |    6 +++---
 framework/Db/test/Horde/Db/Adapter/TestBase.php   |    5 +++--
 3 files changed, 9 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/54404f27c5397ddbf3c2ee503fe754a885012c2a
http://git.horde.org/horde-git/-/commit/54404f27c5397ddbf3c2ee503fe754a885012c2a




More information about the commits mailing list