The branch "master" has been updated. The following is a summary of the commits.
from: 515eaae0d304691a57f3abd54eb76ccc6262bfbe 4334610 [mms] Add ability to explicitly set hash table key prefix after instantiation. 5c4b640 [mms] Add Horde_HashTable cache driver. 8636431 phpdoc 1b2cfb5 [mms] Added Horde_HashTable driver. ----------------------------------------------------------------------- commit 43346105b0b9de2fe116a8758f59e4f44db9b03d Author: Michael M Slusarz <[email protected]> Date: Mon May 13 11:48:10 2013 -0600 [mms] Add ability to explicitly set hash table key prefix after instantiation. framework/HashTable/lib/Horde/HashTable/Base.php | 12 ++++++++++++ framework/HashTable/package.xml | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/43346105b0b9de2fe116a8758f59e4f44db9b03d ----------------------------------------------------------------------- commit 5c4b640c8a8bc8435e2a8556790aa88973670d87 Author: Michael M Slusarz <[email protected]> Date: Mon May 6 13:39:29 2013 -0600 [mms] Add Horde_HashTable cache driver. [mms] Horde_Memcache cache driver is now deprecated in favor of the Horde_HashTable driver. framework/Cache/lib/Horde/Cache/Storage/HashTable.php | 103 +++++++++++++++++ framework/Cache/lib/Horde/Cache/Storage/Memcache.php | 13 +- framework/Cache/package.xml | 29 +++-- 3 files changed, 130 insertions(+), 15 deletions(-) create mode 100644 framework/Cache/lib/Horde/Cache/Storage/HashTable.php http://git.horde.org/horde-git/-/commit/5c4b640c8a8bc8435e2a8556790aa88973670d87 ----------------------------------------------------------------------- commit 8636431d1a7b88c55e078651cfd7f7f9f7c8362f Author: Michael M Slusarz <[email protected]> Date: Mon May 13 11:37:44 2013 -0600 phpdoc framework/HashTable/lib/Horde/HashTable/Base.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/8636431d1a7b88c55e078651cfd7f7f9f7c8362f ----------------------------------------------------------------------- commit 1b2cfb55e97b6cb5177cc8ec7b956effc8e738b2 Author: Michael M Slusarz <[email protected]> Date: Mon May 6 14:58:55 2013 -0600 [mms] Added Horde_HashTable driver. [mms] Horde_Memcache driver is now deprecated in favor of the Horde_HashTable driver. .../SessionHandler/lib/Horde/SessionHandler/Storage/HashTable.php | 221 +++++ .../SessionHandler/lib/Horde/SessionHandler/Storage/Memcache.php | 22 +- framework/SessionHandler/package.xml | 30 +- 3 files changed, 255 insertions(+), 18 deletions(-) create mode 100644 framework/SessionHandler/lib/Horde/SessionHandler/Storage/HashTable.php http://git.horde.org/horde-git/-/commit/1b2cfb55e97b6cb5177cc8ec7b956effc8e738b2 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
