diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 08:54:32 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 08:54:32 +0000 |
commit | 04ef66b100a56ace3fee60c62da730b03337006a (patch) | |
tree | 20be5d7866b367610fa3084e11c9b2c915927c9b /www/Makefile | |
parent | New port: pear-HTTP_Header: PEAR OO-Interface to modify HTTP-Headers easily (diff) |
New port: pear-HTTP_Session: OO interface to the session_* family functions
Object-oriented interface to the session_* family functions
it provides extra features such as database storage for
session data using DB package. It introduces new methods
like isNew(), useCookies(), setExpire(), setIdle(),
isExpired(), isIdled() and others.
WWW: http://pear.php.net/package-info.php?package=HTTP_Session
PR: ports/60195
Submitted by: Alex Miller <asm@asm.kiev.ua>
Notes
Notes:
svn path=/head/; revision=96744
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index cad899577894..4d7536145cce 100644 --- a/www/Makefile +++ b/www/Makefile @@ -444,6 +444,7 @@ SUBDIR += pear-APC SUBDIR += pear-HTTP SUBDIR += pear-HTTP_Header + SUBDIR += pear-HTTP_Session SUBDIR += pgdriver SUBDIR += pglogd SUBDIR += photo_gallery |