- Update to 0.9.319

PR:		ports/160622
Submitted by:	nbari@dalmp.com (maintainer)
Approved by:	wxs, tabthorpe (mentors, implicit)
This commit is contained in:
Ryan Steinmetz 2011-09-10 19:44:31 +00:00
parent b2db0a11a6
commit c44fe8145e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281597
4 changed files with 5 additions and 4 deletions

View file

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

View file

@ -1,2 +1,2 @@
SHA256 (dalmp-0.9.315.tar.bz2) = 9fb1258464a05d010898e73fd4fd453d7b74a7724939056e874595a683b2f198 SHA256 (dalmp-0.9.319.tar.bz2) = a801a7f42b0fae24f1f8d5a63274121e8d909cb22704d3a80b5e5ee784e85503
SIZE (dalmp-0.9.315.tar.bz2) = 17965 SIZE (dalmp-0.9.319.tar.bz2) = 18634

View file

@ -8,7 +8,7 @@ Details:
apc support. apc support.
Group caching, cache by groups and flush by groups or individual keys. Group caching, cache by groups and flush by groups or individual keys.
Disk cache support. Disk cache support.
Prepared statements ready. Prepared statements ready, support dynamic building queries.
Secure connections with SSL. Secure connections with SSL.
Ability to use different cache types at the same time. Ability to use different cache types at the same time.
Store sessions on database(mysql/sqlite) or a cache like redis/memcache/apc. Store sessions on database(mysql/sqlite) or a cache like redis/memcache/apc.

View file

@ -5,6 +5,7 @@
%%DATADIR%%/examples/cache.php %%DATADIR%%/examples/cache.php
%%DATADIR%%/examples/cache-group.php %%DATADIR%%/examples/cache-group.php
%%DATADIR%%/examples/curl.php %%DATADIR%%/examples/curl.php
%%DATADIR%%/examples/preparedStatements.php
%%DATADIR%%/examples/query_Execute.php %%DATADIR%%/examples/query_Execute.php
%%DATADIR%%/examples/queue.php %%DATADIR%%/examples/queue.php
%%DATADIR%%/examples/queueURL.php %%DATADIR%%/examples/queueURL.php