The branch "master" has been updated. The following is a summary of the commits.
from: b4f7b1c3f3e4b367411e1d0d47bb39fc717cd4b6 310e147 phpdoc ecac60c Get rid of separate _dir variable - store directly in params variable bc36d59 [mms] Fix serialization of all storage drivers. ----------------------------------------------------------------------- commit 310e1477be32794cba2ff8e9cd921441385c10fd Author: Michael M Slusarz <[email protected]> Date: Wed Mar 6 02:11:15 2013 -0700 phpdoc framework/Cache/lib/Horde/Cache/Storage/Apc.php | 29 +++++++--- framework/Cache/lib/Horde/Cache/Storage/Base.php | 21 +++++--- framework/Cache/lib/Horde/Cache/Storage/Eaccelerator.php | 26 ++++++---- framework/Cache/lib/Horde/Cache/Storage/File.php | 40 ++++++++------ framework/Cache/lib/Horde/Cache/Storage/Memcache.php | 32 ++++++----- framework/Cache/lib/Horde/Cache/Storage/Mock.php | 27 ++++++--- framework/Cache/lib/Horde/Cache/Storage/Null.php | 20 +++++-- framework/Cache/lib/Horde/Cache/Storage/Session.php | 26 ++++++---- framework/Cache/lib/Horde/Cache/Storage/Sql.php | 38 ++++++++------ framework/Cache/lib/Horde/Cache/Storage/Stack.php | 34 +++++++----- framework/Cache/lib/Horde/Cache/Storage/Xcache.php | 26 ++++++---- 11 files changed, 196 insertions(+), 123 deletions(-) http://git.horde.org/horde-git/-/commit/310e1477be32794cba2ff8e9cd921441385c10fd ----------------------------------------------------------------------- commit ecac60c669076f8541872cb7440b7187b619ac9c Author: Michael M Slusarz <[email protected]> Date: Wed Mar 6 14:51:01 2013 -0700 Get rid of separate _dir variable - store directly in params variable framework/Cache/lib/Horde/Cache/Storage/File.php | 29 ++++++++------------- 1 files changed, 11 insertions(+), 18 deletions(-) http://git.horde.org/horde-git/-/commit/ecac60c669076f8541872cb7440b7187b619ac9c ----------------------------------------------------------------------- commit bc36d596a868602f525d2cc57e9de1155a23456e Author: Michael M Slusarz <[email protected]> Date: Wed Mar 6 15:19:42 2013 -0700 [mms] Fix serialization of all storage drivers. framework/Cache/lib/Horde/Cache/Storage/Base.php | 30 ++++++++++++++++- framework/Cache/lib/Horde/Cache/Storage/Memcache.php | 31 ++++------------- framework/Cache/lib/Horde/Cache/Storage/Mock.php | 7 ++++ framework/Cache/lib/Horde/Cache/Storage/Session.php | 6 +++ framework/Cache/lib/Horde/Cache/Storage/Sql.php | 17 +++++---- framework/Cache/lib/Horde/Cache/Storage/Stack.php | 9 ++++- framework/Cache/package.xml | 4 +- 7 files changed, 68 insertions(+), 36 deletions(-) http://git.horde.org/horde-git/-/commit/bc36d596a868602f525d2cc57e9de1155a23456e -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
