| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 122739
Submitted by: Zhen REN <bg1tpt@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=212043
|
|
|
|
|
|
|
|
|
| |
PR: ports/114662
Submitted by: chinsan
Approved by: maintainer, rafan (mentor)
Notes:
svn path=/head/; revision=195978
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 110118
Submitted by: Zhen REN<bg1tpt@gmail.com>
Notes:
svn path=/head/; revision=186995
|
|
|
|
|
|
|
|
|
| |
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net
Notes:
svn path=/head/; revision=150745
|
|
|
|
| |
Notes:
svn path=/head/; revision=149462
|
|
|
|
|
|
|
|
|
| |
PR: ports/65499
Submitted by: Roman Neuhauser
Approved by: mat (mentor)
Notes:
svn path=/head/; revision=106953
|
|
|
|
| |
Notes:
svn path=/head/; revision=104313
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
can be simplified to:
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
the latter version also doesn't make any assumptions about the
path of including Makefile
PR: ports/57152
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
Notes:
svn path=/head/; revision=96749
|
|
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:
svn path=/head/; revision=96744
|