The branch "master" has been updated. The following is a summary of the commits.
from: 37897472c36cd2558b29117c31d05c0f27ff85f8 4c5047a... Typo 9a6fbeb... Import Horde_Cache from CVS HEAD. ----------------------------------------------------------------------- commit 4c5047a0fc5f6cca07e86060f60c468c24281bf0 Author: Michael M Slusarz <[email protected]> Date: Wed Mar 4 20:52:49 2009 -0700 Typo framework/Crypt/lib/Horde/Crypt.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/diff.php/framework/Crypt/lib/Horde/Crypt.php?rt=horde-git&r1=84cbc20b0bb2da5532ae8f5514d826ade13e447f&r2=4c5047a0fc5f6cca07e86060f60c468c24281bf0 ----------------------------------------------------------------------- commit 9a6fbeb32341f797d31660867c69c97e56cc3f8e Author: Michael M Slusarz <[email protected]> Date: Wed Mar 4 20:53:00 2009 -0700 Import Horde_Cache from CVS HEAD. framework/Cache/data/cache.sql | 9 + framework/Cache/lib/Horde/Cache.php | 93 +++++ framework/Cache/lib/Horde/Cache/Apc.php | 98 ++++++ framework/Cache/lib/Horde/Cache/Base.php | 117 +++++++ framework/Cache/lib/Horde/Cache/Eaccelerator.php | 98 ++++++ framework/Cache/lib/Horde/Cache/File.php | 313 +++++++++++++++++ framework/Cache/lib/Horde/Cache/Memcache.php | 126 +++++++ framework/Cache/lib/Horde/Cache/Null.php | 70 ++++ framework/Cache/lib/Horde/Cache/Sql.php | 406 ++++++++++++++++++++++ framework/Cache/lib/Horde/Cache/Xcache.php | 121 +++++++ framework/Cache/lib/Horde/Cache/Zps4.php | 73 ++++ framework/Cache/package.xml | 131 +++++++ 12 files changed, 1655 insertions(+), 0 deletions(-) create mode 100644 framework/Cache/data/cache.sql create mode 100644 framework/Cache/lib/Horde/Cache.php create mode 100644 framework/Cache/lib/Horde/Cache/Apc.php create mode 100644 framework/Cache/lib/Horde/Cache/Base.php create mode 100644 framework/Cache/lib/Horde/Cache/Eaccelerator.php create mode 100644 framework/Cache/lib/Horde/Cache/File.php create mode 100644 framework/Cache/lib/Horde/Cache/Memcache.php create mode 100644 framework/Cache/lib/Horde/Cache/Null.php create mode 100644 framework/Cache/lib/Horde/Cache/Sql.php create mode 100644 framework/Cache/lib/Horde/Cache/Xcache.php create mode 100644 framework/Cache/lib/Horde/Cache/Zps4.php create mode 100644 framework/Cache/package.xml http://git.horde.org/co.php/framework/Cache/data/cache.sql?rt=horde-git&r=9a6fbeb32341f797d31660867c69c97e56cc3f8e http://git.horde.org/co.php/framework/Cache/lib/Horde/Cache.php?rt=horde-git&r=9a6fbeb32341f797d31660867c69c97e56cc3f8e http://git.horde.org/co.php/framework/Cache/lib/Horde/Cache/Apc.php?rt=horde-git&r=9a6fbeb32341f797d31660867c69c97e56cc3f8e http://git.horde.org/co.php/framework/Cache/lib/Horde/Cache/Base.php?rt=horde-git&r=9a6fbeb32341f797d31660867c69c97e56cc3f8e http://git.horde.org/co.php/framework/Cache/lib/Horde/Cache/Eaccelerator.php?rt=horde-git&r=9a6fbeb32341f797d31660867c69c97e56cc3f8e http://git.horde.org/co.php/framework/Cache/lib/Horde/Cache/File.php?rt=horde-git&r=9a6fbeb32341f797d31660867c69c97e56cc3f8e http://git.horde.org/co.php/framework/Cache/lib/Horde/Cache/Memcache.php?rt=horde-git&r=9a6fbeb32341f797d31660867c69c97e56cc3f8e http://git.horde.org/co.php/framework/Cache/lib/Horde/Cache/Null.php?rt=horde-git&r=9a6fbeb32341f797d31660867c69c97e56cc3f8e http://git.horde.org/co.php/framework/Cache/lib/Horde/Cache/Sql.php?rt=horde-git&r=9a6fbeb32341f797d31660867c69c97e56cc3f8e http://git.horde.org/co.php/framework/Cache/lib/Horde/Cache/Xcache.php?rt=horde-git&r=9a6fbeb32341f797d31660867c69c97e56cc3f8e http://git.horde.org/co.php/framework/Cache/lib/Horde/Cache/Zps4.php?rt=horde-git&r=9a6fbeb32341f797d31660867c69c97e56cc3f8e http://git.horde.org/co.php/framework/Cache/package.xml?rt=horde-git&r=9a6fbeb32341f797d31660867c69c97e56cc3f8e __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
