[commits] Horde branch master updated.
Michael M Slusarz
slusarz at horde.org
Fri Feb 13 04:58:41 UTC 2009
The branch master has been updated.
The following is a summary of the commits. Further details on each commit
can be found below.
from: 6dd3f1583a3de06504fa3aa54f56dd7bcf60d496
d33d085... Import Horde_Memcache from CVS.
a7b1543... Import Horde_SessionObjects from CVS.
b844db7... Import Horde_Serialize from CVS.
-----------------------------------------------------------------------
commit d33d085984290fd90233dbceb4e15c02dff83c31
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Feb 12 18:59:20 2009 -0700
Import Horde_Memcache from CVS.
framework/Memcache/lib/Horde/Memcache.php | 428 ++++++++++++++++++++
framework/Memcache/package.xml | 85 ++++
.../Memcache/scripts/Horde/Memcache/stats.php | 137 +++++++
3 files changed, 650 insertions(+), 0 deletions(-)
create mode 100644 framework/Memcache/lib/Horde/Memcache.php
create mode 100644 framework/Memcache/package.xml
create mode 100755 framework/Memcache/scripts/Horde/Memcache/stats.php
http://git.horde.org/co.php/framework/Memcache/lib/Horde/Memcache.php?rt=horde-git&r=d33d085984290fd90233dbceb4e15c02dff83c31
http://git.horde.org/co.php/framework/Memcache/package.xml?rt=horde-git&r=d33d085984290fd90233dbceb4e15c02dff83c31
http://git.horde.org/co.php/framework/Memcache/scripts/Horde/Memcache/stats.php?rt=horde-git&r=d33d085984290fd90233dbceb4e15c02dff83c31
-----------------------------------------------------------------------
commit a7b15437a621cbd0e53259d3606b1769b0213dd6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Feb 12 19:26:43 2009 -0700
Import Horde_SessionObjects from CVS.
.../SessionObjects/lib/Horde/SessionObjects.php | 261 ++++++++++++++++++++
framework/SessionObjects/package.xml | 113 +++++++++
2 files changed, 374 insertions(+), 0 deletions(-)
create mode 100644 framework/SessionObjects/lib/Horde/SessionObjects.php
create mode 100644 framework/SessionObjects/package.xml
http://git.horde.org/co.php/framework/SessionObjects/lib/Horde/SessionObjects.php?rt=horde-git&r=a7b15437a621cbd0e53259d3606b1769b0213dd6
http://git.horde.org/co.php/framework/SessionObjects/package.xml?rt=horde-git&r=a7b15437a621cbd0e53259d3606b1769b0213dd6
-----------------------------------------------------------------------
commit b844db7874254fe3575ee10a2f361cffe6ec26f2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Feb 12 21:42:11 2009 -0700
Import Horde_Serialize from CVS.
.../doc/Horde/Serialize/examples/json.php | 15 +
framework/Serialize/lib/Horde/Serialize.php | 396 ++++++++++++++++++++
framework/Serialize/package.xml | 106 ++++++
.../test/Horde/Serialize/json_assoc_array.phpt | 52 +++
.../Serialize/test/Horde/Serialize/json_empty.phpt | 42 ++
.../test/Horde/Serialize/json_encode_decode.phpt | 302 +++++++++++++++
.../test/Horde/Serialize/json_nested_array.phpt | 115 ++++++
.../test/Horde/Serialize/json_object.phpt | 41 ++
.../test/Horde/Serialize/json_spaces_comments.phpt | 145 +++++++
.../test/Horde/Serialize/json_unquoted_keys.phpt | 60 +++
10 files changed, 1274 insertions(+), 0 deletions(-)
create mode 100644 framework/Serialize/doc/Horde/Serialize/examples/json.php
create mode 100644 framework/Serialize/lib/Horde/Serialize.php
create mode 100644 framework/Serialize/package.xml
create mode 100644 framework/Serialize/test/Horde/Serialize/json_assoc_array.phpt
create mode 100644 framework/Serialize/test/Horde/Serialize/json_empty.phpt
create mode 100644 framework/Serialize/test/Horde/Serialize/json_encode_decode.phpt
create mode 100644 framework/Serialize/test/Horde/Serialize/json_nested_array.phpt
create mode 100644 framework/Serialize/test/Horde/Serialize/json_object.phpt
create mode 100644 framework/Serialize/test/Horde/Serialize/json_spaces_comments.phpt
create mode 100644 framework/Serialize/test/Horde/Serialize/json_unquoted_keys.phpt
http://git.horde.org/co.php/framework/Serialize/doc/Horde/Serialize/examples/json.php?rt=horde-git&r=b844db7874254fe3575ee10a2f361cffe6ec26f2
http://git.horde.org/co.php/framework/Serialize/lib/Horde/Serialize.php?rt=horde-git&r=b844db7874254fe3575ee10a2f361cffe6ec26f2
http://git.horde.org/co.php/framework/Serialize/package.xml?rt=horde-git&r=b844db7874254fe3575ee10a2f361cffe6ec26f2
http://git.horde.org/co.php/framework/Serialize/test/Horde/Serialize/json_assoc_array.phpt?rt=horde-git&r=b844db7874254fe3575ee10a2f361cffe6ec26f2
http://git.horde.org/co.php/framework/Serialize/test/Horde/Serialize/json_empty.phpt?rt=horde-git&r=b844db7874254fe3575ee10a2f361cffe6ec26f2
http://git.horde.org/co.php/framework/Serialize/test/Horde/Serialize/json_encode_decode.phpt?rt=horde-git&r=b844db7874254fe3575ee10a2f361cffe6ec26f2
http://git.horde.org/co.php/framework/Serialize/test/Horde/Serialize/json_nested_array.phpt?rt=horde-git&r=b844db7874254fe3575ee10a2f361cffe6ec26f2
http://git.horde.org/co.php/framework/Serialize/test/Horde/Serialize/json_object.phpt?rt=horde-git&r=b844db7874254fe3575ee10a2f361cffe6ec26f2
http://git.horde.org/co.php/framework/Serialize/test/Horde/Serialize/json_spaces_comments.phpt?rt=horde-git&r=b844db7874254fe3575ee10a2f361cffe6ec26f2
http://git.horde.org/co.php/framework/Serialize/test/Horde/Serialize/json_unquoted_keys.phpt?rt=horde-git&r=b844db7874254fe3575ee10a2f361cffe6ec26f2
More information about the commits
mailing list