- Update to 0.9.302

PR:		155088
Submitted by:	Nicolas de Bari Embriz <nbari@dalmp.com> (maintainer)
This commit is contained in:
Martin Wilke
2011-03-14 16:09:18 +00:00
parent cd1187a795
commit 2feaea483b
4 changed files with 7 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
#
PORTNAME= dalmp
PORTVERSION= 0.9.287
PORTVERSION= 0.9.297
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}

View File

@@ -1,2 +1,2 @@
SHA256 (dalmp-0.9.287.tar.bz2) = 6b81c122683b5d0bc3a3a7817f396f84f74173888306d60a8138bbdde2eb1e84
SIZE (dalmp-0.9.287.tar.bz2) = 16651
SHA256 (dalmp-0.9.297.tar.bz2) = 9b07db4cdd601792329b3728df14b175d2f743fb8d4ddc3c65fc8e9ce25a1baf
SIZE (dalmp-0.9.297.tar.bz2) = 17411

View File

@@ -6,10 +6,11 @@ Details:
redis support.
memcache support.
apc support.
Group caching, cache by groups and flush by groups or individual keys.
Disck cache support.
Prepared statements ready.
Ability to use different cache types at the same time.
Simple store of session on database or a cache like redis/memcache/apc.
Store sessions on database(mysql/sqlite) or a cache like redis/memcache/apc.
Easy to use/install/adapt DALMP is just a single file.
Nested Transactions (SAVEPOINT / ROLLBACK TO SAVEPOINT).
sql queue.

View File

@@ -4,9 +4,11 @@
%%DATADIR%%/examples/REF.php
%%DATADIR%%/examples/cache.php
%%DATADIR%%/examples/cache-group.php
%%DATADIR%%/examples/curl.php
%%DATADIR%%/examples/query_Execute.php
%%DATADIR%%/examples/queue.php
%%DATADIR%%/examples/sessions.php
%%DATADIR%%/examples/sqliteSessions.php
%%DATADIR%%/examples/transactions.php
%%DATADIR%%/mplt.php
@dirrm %%DATADIR%%/examples