head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2004.04.13.20.23.20;	author thierry;	state dead;
branches;
next	1.1;

1.1
date	2003.12.28.08.54.32;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Let Makefile.common do the work.

PR:		ports/65499
Submitted by:	Roman Neuhauser
Approved by:	mat (mentor)
@
text
@%%PEARDIR%%/Session.php
%%PEARDIR%%/Session/Container.php
%%PEARDIR%%/Session/Container/DB.php
%%PKGREGDIR%%/package.xml
%%PORTDOCS%%%%DOCSDIR%%/HTTP_Session_Example.php
%%PORTDOCS%%%%DOCSDIR%%/sessiondata.sql
@@dirrm %%PEARDIR%%/Session/Container
@@unexec rmdir %D/%%PEARDIR%%/Session/Container 2>/dev/null || true
@@unexec rmdir %D/%%PEARDIR%%/Session 2>/dev/null || true
@@dirrm %%PKGREGDIR%%
%%PORTDOCS%%@@dirrm %%DOCSDIR%%
@


1.1
log
@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>
@
text
@@

